This the repo for akramus.github.io . It could also be used as a template for a freelancer/consultant personal blog. It includes an "about me" as the main page, blog, It uses gatsby.js for the user interface. This repo was inspired from danielhollcraft.com repo but very simplified.
All commands must be used in the root file directory.
yarn install
: Install UI .yarn static:build
: Build UI locally.cd ui && yarn run develop
: build localy the ui for dev which can be viewed in browser (http://localhost:8000/)
To create the front-end I used the library gatsby.js for static content generation. The reason I prefer gatsby.js as a static generation lib is because it uses React.js
The website uses SCSS as a CSS pre-processor.
- I use travisci. For more details see .travis.yml in the root directory