Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geauxweisbeck4/pine-wood-studio
https://github.com/geauxweisbeck4/pine-wood-studio
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/geauxweisbeck4/pine-wood-studio
- Owner: GeauxWeisbeck4
- License: mit
- Created: 2022-06-07T14:11:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T08:30:49.000Z (11 months ago)
- Last Synced: 2024-04-13T15:53:25.559Z (7 months ago)
- Language: Nunjucks
- Size: 3.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/5702ba89-7242-490e-b04d-e4a691faced5/deploy-status)](https://app.netlify.com/sites/fernfolio/deploys)
# Pine Wood Studio
The Pine Wood Studio website was built with love by [Eleventy](https://www.11ty.io/) and [Netlify CMS](https://www.netlifycms.org/). I structured it off of the Fernfolio Starter Portfolio Template which is quite awesome I must say. Keep on reading to learn more about the build!
###
🖥 [Demo](https://fernfolio.netlify.app/)## 🤔 What is this?
An [Eleventy](https://www.11ty.io/) theme designed to simplify the process of deploying a beautiful portfolio and blog. Launch your site in minutes!
Based on the [eleventy-netlify-boilerplate](https://github.com/danurbanowicz/eleventy-netlify-boilerplate), but modified to perfectly fit the needs of a modern technical porfolio.
## ✨ Features
- Built in support for [Netlify CMS](https://www.netlifycms.org/) with editor previews
- Customizable blog and project pages with tag support
- Working contact form powered by [Netlify Forms](https://www.netlify.com/products/forms/)
- Super fast page render and high lighthouse scores
- Uses Markdown for content files and Nunjucks for layouts
- 100% Javascript framework free
- Continuous Deployment workflow via [Netlify](https://www.netlify.com/)
- Base styles powered by [Sakura](https://github.com/oxalorg/sakura) classless css framework
- Vanilla css for custom styles (keep it simple)## 🚀 Quick Start
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/TylerMRoderick/fernfolio-11ty-template&stack=cms)
### 1. Click the "Deploy to Netlify" button above
This will clone this repo to your github account and will deploy a copy of the demo website to your Netlify
account (you can create an account during this process if you don't have one)### 2. Setup authentication
After deploying this project, Netlify Identity will add you as a CMS user and
will email you an invite. Hit the "Accept the invite" link and this should take you to the deployed site. From there, you can add your password to finish user setup.### 3. Edit some content
Now that you are added as a CMS user, add `/admin` to the end of your site url, and log in using your new credentials. You should now see the content editor interface. Now you can start editing content! Any changes to your new repo will auto-deploy a new version to netflify. Cool huh?
### 4. Setup local environment
- Clone the repo locally `git clone https://github.com/TylerMRoderick/fernfolio-11ty-template.git`
- Navigate to root folder `cd your-site`
- Install the goods `npm install`
- Run it `npm start`
- You should now be able to see everything running on localhost:8080
- Add some changes (view [theme customizations](https://fernfolio.netlify.app/posts/theme-customizations/) for some options)
- Push your changes to github and an auto-deploy should be triggered## 💻 Development Scripts
**`npm start`**
> Run 11ty with hot reload at localhost:8080
**`npm run build`**
> Generate minified production build
Use this as the "Publish command" if needed by hosting such as Netlify.
Checkout the Eleventy [Command Line Usage docs](https://www.11ty.dev/docs/usage/) for more options
## 🎩 Common issues
If you change the repo that was created at deploy time from public to private, you'll need to regenerate your token,
as the token generated using the deploy to Netlify button can only access public repositories. To
regenerate your token, head to "Settings" in your Netlify site dashboard, go to the "Identity"
section, then scroll to "Services" where you'll see an "Edit settings" button. Click that and you'll
see a text link to "Generate access token in GitHub".If you need any help with setting up Netlify CMS, you can reach out to the Netlify team in the [Netlify CMS Gitter](https://gitter.im/netlify/netlifycms).
## Bug reports, feature requests, etc
This is an ongoing project and I welcome contributions and suggestions! Feel free to submit a PR or issue.