marekdano / marekdano.com

Personal homepage

Home Page:https://marekdano.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

marekdano.com

Marek Dano's personal tech blog

Main Features

  • Lost Grid.
  • Modern font stack.
  • Stylesheet built using SASS and BEM-Style naming
  • Beautiful typography inspired by matejlatin/Gutenberg.
  • Syntax highlighting in code blocks using PrismJS and Sarah's owl-night theme.
  • Mobile-First approach in development.
  • Archive organized by tags and categories.
  • Pagination support.
  • Netlify CMS support.
  • Google Analytics.
  • Disqus Comments (disabled now).

Getting Started

Access Locally

$ git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git
$ cd [REPO_NAME]
$ yarn
$ npm run develop

To test the CMS locally, you'll need run a production build of the site:

$ npm run build
$ gatsby serve

Deploy with Netlify

Netlify CMS can run in any frontend web environment, but the quickest way to try it out is by running it on a pre-configured starter site with Netlify. Use the button below to build and deploy your own copy of the repository:

Deploy to Netlify

After clicking that button, you’ll authenticate with GitHub and choose a repository name. Netlify will then automatically create a repository in your GitHub account with a copy of the files from the template. Next, it will build and deploy the new site on Netlify, bringing you to the site dashboard when the build is complete. Next, you’ll need to set up Netlify’s Identity service to authorize users to log in to the CMS.

Folder Structure

└── content
    ├── pages
    └── blog
└── static
    ├── admin
    └── media
└── src
    ├── assets
    │   └── scss
    │       ├── base
    │       └── mixins
    ├── cms
    │   └── preview-templates
    ├── components
    │   ├── Feed
    │   ├── Icon
    │   ├── Layout
    │   ├── Page
    │   ├── Pagination
    |   ├── SEO
    │   ├── Post
    │   │   ├── Author
    │   │   ├── Comments
    │   │   ├── Content
    │   │   ├── Meta
    │   │   └── Tags
    │   └── Sidebar
    │       ├── Author
    │       ├── Contacts
    │       ├── Copyright
    │       └── Menu
    ├── constants
    ├── templates
    └── utils

License

The MIT License (MIT)

About

Personal homepage

https://marekdano.com

License:MIT License


Languages

Language:JavaScript 75.4%Language:SCSS 22.8%Language:Shell 1.8%