Skip to content

biswajit-k/MonoSlate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

A sleek, fast, and fully customizable portfolio for everyone
View Live »

Quickstart · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Project Description
  3. Getting Started
  4. Future Improvements
  5. Contributing
  6. License
  7. Contact

About The Project

MonoSlate is a black & white theme portfolio website template that you can quickly setup and customize to make it your own. The design is sleek yet well-organized with multiple sections to suit your needs regardless of which background you come from.

This project is a fork of v4 of Brittany Chiang's portfolio website which is quite awesome. Make sure to check that out as well.

The key features are:

  • Sleek Design: Modern, minimalist and consistent design.
  • Organized Sections: Essential sections that suit everyone and are easy and intuitive to nagivate.
  • Customizable Content: Effortlessly update your content and sections with zero coding work.
  • Free Hosting: Quickly and easily deploy your portfolio website for free on Netlify or Github Pages.

(back to top)

Built With

  • Gatsby
  • Styled Components

(back to top)

Getting Started

To get a local copy up and running follow these simple steps:

Prerequisites

Make sure that you have Node.js installed as it would help in running the Gatsby server and yarn for installing the dependencies.

Installation

  1. Clone the repo

    git clone https://github.com/biswajit-k/MonoSlate.git
  2. Install the Gatsby CLI

    npm install -g gatsby-cli
  3. Install dependencies

    yarn
  4. Start the development server

    npm start

Finally, below services will be running-

  • Website: http://localhost:8000
  • GraphiQL Server: http://localhost:8000/___graphql

Building For Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run serve

(back to top)

Folder Structure

├── gatsby-config.js
├── gatsby-node.js
├── prettier.config.js
├── .babelrc
├── .editorconfig
├── .eslintrc
├── README.md
├── LICENSE
├── package.json
└── content
      └── about
      └── draft
      └── jobs
      └── posts
      └── projects
      └── resume
└── src
      └── components
        ├── icons
        ├── sections
        ├── *layout files*
      └── fonts
      └── hooks
      └── images
        └── icons
        ├── logo.png
      └── pages
      └── styles
            ├── GlobalStyle.js
            ├── variables.js
      └── templates
      └── utils
      ├── config.js
└── static
      ├── resume.pdf

Below are some details for important files you would deal with while customizing the template for your use:

  • content folder contains all your personal details that would be automatically fetched and reflected on the website. Also the config.js file inside src folder with your details.

  • src folder contains all the source files for any customization.

  • images folder contains logo images.

  • components folder contains the layout files like header, footer, etc.

  • pages folder contains all the pages of the website. You can add your own page folder which would be accessible at https://localhost:8000/<folder-name>.

  • styles folder contains the common styling used in the website. For customizations, you would mostly work with GlobalStyle.js and variables.js files.

  • static folder contains all the static files you would want to serve in your website. These can also be accessed at https://localhost:8000/<file-name> directly.

  • gatsby-config.js and gatsby-node.js files contain some other details like plugins and metadata that you might want to look at.

Note

If you wish to only modify the content and keep the design the same, you just have to modify the content, static folders and config.js files. That's it.

(back to top)

Future Improvements

The template is ready to be used, however like always, there is some scope for improvement that I see which I have listed below:

Code Refactoring

There is a lot of code, especially styling which is redundant. Also, some parts of extraneous code exist.

Template Usability

Overall, the current template provides good flexibility in customizing content. However, some improvements can be made to improve it further like the option to add a custom logo, flexibility in changing the design, re-arranging sections like lego blocks and more.

Improving Accessibility

General HTML needs to be replaced with semantic versions, navigating sections through keyboard navigation, use of ARIA attributes and other practices for improving accessibility need to be implemented.

Featured Section Design

I want to have a different design for the featured section on the home page. The current one doesn't completely sync with the overall design.

Apart from that, I am open to more suggestions. You can always open an issue and we can discuss and build on it further.

See the contribution section on how to propose improvements.

(back to top)

Contributing

Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

X

Linkedin

Gmail

(back to top)

Don't forget to give the project a star! Thanks again!

About

A sleek, fast, and fully customizable portfolio for everyone

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%