tw4l / bitarchivist.net

Source files for 2019 refresh of bitarchivist.net using Gatsby

Home Page:https://bitarchivist.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tessa Walsh personal website using Gatsby and gatsby-v2-starter-lumen.

Standard project README preserved below:

GitHub release Code Climate GitHub license Twitter

Lumen

Lumen is a minimal, lightweight and mobile-first starter for creating blogs uses Gatsby.

This is a fork of gatsby-starter-lumen updated for Gatsby v2 by the team at GatsbyCentral.

Features

  • Lost Grid (peterramsing/lost).
  • Beautiful typography inspired by matejlatin/Gutenberg.
  • Mobile-First approach in development.
  • Stylesheet built using SASS and BEM-Style naming.
  • Syntax highlighting in code blocks.
  • Sidebar menu built using a configuration block.
  • Archive organized by tags and categories.
  • Automatic RSS generation.
  • Automatic Sitemap generation.
  • Offline support.
  • Google Analytics support. - DISABLED BY TW FOR PRIVACY REASONS
  • Disqus Comments support. - DISABLED BY TW FOR PRIVACY REASONS

Folder Structure

└── src
    ├── assets
    │   ├── fonts
    │   │   └── fontello-771c82e0
    │   │       ├── css
    │   │       └── font
    │   └── scss
    │       ├── base
    │       ├── mixins
    │       └── pages
    ├── components
    │   ├── CategoryTemplateDetails
    │   ├── Disqus
    │   ├── Links
    │   ├── Menu
    │   ├── PageTemplateDetails
    │   ├── Post
    │   ├── PostTemplateDetails
    │   ├── Sidebar
    │   └── TagTemplateDetails
    ├── layouts
    ├── pages
    │   ├── articles
    │   │   ├── 2016-01-09---Perfecting-the-Art-of-Perfection
    │   │   ├── 2016-01-12---The-Origins-of-Social-Stationery-Lettering
    │   │   ├── 2016-02-02---A-Brief-History-of-Typography
    │   │   ├── 2017-18-08---The-Birth-of-Movable-Type
    │   │   └── 2017-19-08---Humane-Typography-in-the-Digital-Age
    │   └── pages
    │       ├── 2015-05-01---about
    │       └── 2015-05-01---contact
    └── templates

Getting Started

Install this starter (assuming Gatsby is installed) by running from your CLI: gatsby new lumen https://github.com/GatsbyCentral/gatsby-v2-starter-lumen

Running in Development

gatsby develop

Building

gatsby build

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.

Screenshot

Ports

Statinamic port by Khoa Nguyen

Contributors

About

Source files for 2019 refresh of bitarchivist.net using Gatsby

https://bitarchivist.net

License:MIT License


Languages

Language:JavaScript 45.9%Language:SCSS 41.0%Language:HTML 13.1%