文件名称:brevifolia-nextjs:极简博客入门者,助您轻松使用Next.js
文件大小:1.75MB
文件格式:ZIP
更新时间:2024-05-22 07:37:43
blog nextjs-starter JavaScript
短叶植物 2020年4月1日:Repo已更新为使用最新更改。 现在,数据获取使用getStaticProps和getStaticPaths 。 关于 Brevifolia是一个极简博客入门者,可帮助您使用 这个博客是由Next.js静态生成的,它是React组件和markdown / json文件的渲染组合。 样式进行编码与由你设计的真正的,使用 (其固有地支持 )。 使用的字体是 。 摄影。 快速设置 本地设置 在您的终端中,导航到您希望此博客存在的位置,然后运行 # clone the repo git clone git@github.com:kendallstrautman/brevifolia-nextjs.git # navigate to the directory cd brevifolia-nextjs # install dependencies & run dev
【文件预览】:
brevifolia-nextjs-master
----pages()
--------info.js(1KB)
--------blog()
--------index.js(1KB)
----public()
--------static()
----yarn.lock(212KB)
----next.config.js(158B)
----components()
--------Meta.js(8KB)
--------BlogList.js(4KB)
--------Header.js(2KB)
--------Layout.js(1KB)
----posts()
--------bali.md(2KB)
--------iceland.md(1020B)
--------joshua-tree.md(3KB)
--------mauritius.md(1KB)
----LICENSE(1KB)
----.prettierrc(82B)
----README.md(3KB)
----data()
--------config.json(168B)
--------info.md(268B)
----.gitignore(39B)
----package.json(766B)