- Notifications
You must be signed in to change notification settings - Fork0
Personal Blog
NotificationsYou must be signed in to change notification settings
seenaomi/see-naomi-go
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Naomi See's blog created with the super slimxity-starter which is an 11ty starter project based on PostCSS and Parcel, with a RSS feed and Native Elements.
- Eleventy for templates and site generation
- PostCSS andPostCSS Preset Env to process your CSS
- cssnano to minimize, merge and optimize the CSS ouput
- Parcel for a simple asset build pipeline
- Turbolinks makes navigating your web application faster
- What Input to show outline only when navigating with keyboard
yarn install
This command will runparcel
and the local server (withBrowsersync) with auto reload.
yarn dev
To generate your static site/blog you can run the following command. It will prepare the content assets and run optimisations for a production release.
yarn build