◐ Shell
clean mode source ↗

GitHub - bfgeek/bfgeek.github.io

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Running and serving a dev build

npm install
npm run start

Browse to http://localhost:8080.

Running and serving a prod build

Output files are generated into the _site folder.

Project structure

src/
  _includes/
    All UI partials. Inside the css folder, in the global.liquid you can change the CSS variables
  _data/
    Here you can change the site info, like the title and description
  posts/
    Each individual post in markdown files
  public/
    This folder contians statics files, copied directly into the output, like the favicon, for ecample
Configuration and build files