Git Product home page Git Product logo

rawsas's Introduction

πŸš€ Quick start

  1. checkout raw sas repository (Gatsby site) and start developing

    Navigate into your new site’s directory and start it up.

    cd rawsas/
    npm install
    gatsby develop
  2. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

🧐 How to update blog?

Create/update blog markdown file in posts folder.

A quick look at the blogs markdown file and images folder.

.
└── contents
        β”œβ”€β”€ images
        β”œβ”€β”€ posts
        └── resources
  1. /contents: This directory contains all of posts' markdown files as well as images and other attachments.

  2. /contents/images: This directory will contain all of the image files and link in markdown file can be ../images/<filename>.

  3. /contents/posts: This directory will contain all of the markdown files and front-matter should have title, date, path and tags(may have it empty).

  4. /contents/resources: This directory will contain all of the attachments(pdf) and link in markdown file can be ../resources/<filename>.

πŸŽ“ Publish Blog

After making markdown file changes/creating new ones, make commit and push to master branch, Github Action will re-publish Github Pages.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.