Coder Social home page Coder Social logo

allan-ramos-blog's Introduction

Laxus

Gatsby starter for creating a blog

๐Ÿš€ Installing and running the project

  1. Dependencies install
  npm install
  1. Change gatsby-config.js to config header and blog info

    2.1 Open gatsby-config.js

    2.2 Change siteMetadata for your blog informations like blog name, author, description and url

  2. Start project on development mode

  npm start
  1. Access your page
  http://localhost:8000/

๐Ÿ“ Creating a post

  1. How to create a post
  • The post file should be at /posts
  • The name format should be year-month-day-post-name.md
  1. Insert the basic post informations
  • Inside the file, create a information structure like this:
---
title: <post_title>
subtitle: <optional_subtitle>
description: <post_description>
date: <year-month-day hour:minute:second>
author: <author_name>
category: <front-end|back-end|what_ever>
category: ['js', 'react', 'gatsby', 'redux']
series: 'cool-series-max-width'
---
  1. Write your post
  • Let's write!

Inserting images inside the post

  1. Where to put the images
  • Put the images in the following folder /static/assets/uploads;
  • The file name shoud be file_name.extension
  1. How to import
  ![Gatsby Logo](/assets/uploads/light.jpeg)

๐Ÿ“ Schedule a post

  1. In the description of the PR, put the date that the post should be merged following the example below:
/schedule 2020-09-02

Layout

allan-ramos-blog's People

Contributors

allangrds avatar github-actions[bot] avatar

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.