BlogUI is a multi-page Blog CMS Theme created with Gatsby and Bootstrap. It includes several dashboard pages to manage posts, categories, and users.
-
HTML5, CSS3 and Sass
This template makes use of HTML5 semantic elements and custom CSS3 to style change the standard Bootstrap classes. Sass was used to keep the additional styling organized.
-
Bootstrap
Bootstrap was used to style all sections of the template and can therefore be easily modified with additional Bootstrap classes.
-
React + Gatsby
Gatsby was used as the static page generator for this multi-page template. This was done to take advantage of React components for development. Another advantage was using gatsby-image to automatically generate images based on screen size.
The easiest way to view this project is to follow this link.
You may also clone this repo to view the code and run it directly on your local machine.
-
Install the Gatsby CLI.
Install the Gatsby CLI to work with this project.
# install the Gatsby CLI globally npm install -g gatsby-cli -
Clone the repo
Clone the repo to your local computer.
# cd to your desired directory git clone https://github.com/RayBDev/blogui.git -
Install Dependencies
Navigate to the root project directory
npm install
-
Start the Server
View the project live on your local machine at
http://localhost:8000gatsby develop
Contact me and view my portfolio at https://rbernard.ca