fernfolio-11ty-template
The super simple portfolio template built with Eleventy and Netlify CMS
File Explorer
Download Latest Version (.zip)- feature_request.md
- i-have-a-question.md
- i-m-having-trouble-with-this-template.md
- date-filters.js
- markdown-filter.js
- svg-filter.js
- markdown-library.js
- image-shortcode.js
- browser-sync-config.js
- minify-html.js
- global.json
- home.json
- metadata.json
- articlelist.njk
- projectlist.njk
- drawer.njk
- footer.njk
- form.njk
- head.njk
- pagination.njk
- site-header.njk
- base.njk
- blog.njk
- contact.njk
- page.njk
- post.njk
- project.njk
- projects.njk
- about.js
- article.js
- blog.js
- contact.js
- home.js
- index.js
- project.js
- projects.js
- config.yml
- index.html
- 1177px-cat_august_2010-4.jpg
- fern-forest.jpeg
- fern-in-hand.jpeg
- icon-close.svg
- icon-fern.svg
- icon-hamburger.svg
- icon-sun.svg
- logo.png
- dark-mode.js
- drawer.js
- main.js
- drawer.scss
- site-footer.scss
- site-header.scss
- base-styles.scss
- utilites.scss
- variables.scss
- blog.scss
- contact.scss
- home.scss
- projects.scss
- normalize.scss
- prisma-theme.scss
- main.scss
- about.md
- blog.md
- contact.md
- pages.json
- projects.md
- code-sample.md
- customizations.md
- fourthpost.md
- posts.json
- secondpost.md
- thirdpost.md
- first-project.md
- projects.json
- second-project.md
- vue-component.md
- project-tags.njk
- tags.njk
- 404.md
- favicon.ico
- index.njk
- .eleventy.js
- .eleventyignore
- .gitignore
- .nvmrc
- fernfolio-preview.jpeg
- LICENSE
- netlify.toml
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/TylerMRoderick/fernfolio-11ty-template
Downloads the entire project code from GitHub to your computer.
cd fernfolio-11ty-template
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
