All Projects โ†’ hta218 โ†’ Leo Blog

hta218 / Leo Blog

My ๐Ÿก on the โ˜๏ธ

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Leo Blog

Gatsby Starter Bee
๐ŸFull Package | Simple | Fresh UI | Blog Template :: Let's start to blogging with gatsby-starter-bee!
Stars: โœญ 416 (+1440.74%)
Mutual labels:  blog, gatsby, markdown
Blog
My blog created with React, Gatsby & Markdown
Stars: โœญ 29 (+7.41%)
Mutual labels:  blog, gatsby, markdown
Blog
Code for my personal blog built with Gatsby
Stars: โœญ 167 (+518.52%)
Mutual labels:  blog, gatsby, markdown
Hugo Theme Hello Friend
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
Stars: โœญ 586 (+2070.37%)
Mutual labels:  blog, markdown
Nuxt Markdown Blog Starter
Nuxt + Markdown blog starter
Stars: โœญ 456 (+1588.89%)
Mutual labels:  blog, markdown
Blog
๐Ÿ What you don't know is what you haven't learned
Stars: โœญ 484 (+1692.59%)
Mutual labels:  blog, markdown
Pipe
๐ŸŽท ไธ€ๆฌพๅฐ่€Œ็พŽ็š„ๅšๅฎขๅนณๅฐ๏ผŒไธ“ไธบ็จ‹ๅบๅ‘˜่ฎพ่ฎกใ€‚
Stars: โœญ 3,898 (+14337.04%)
Mutual labels:  blog, markdown
Htmly
Simple and fast databaseless PHP blogging platform, and Flat-File CMS
Stars: โœญ 689 (+2451.85%)
Mutual labels:  blog, markdown
Ox Hugo
A carefully crafted Org exporter back-end for Hugo
Stars: โœญ 591 (+2088.89%)
Mutual labels:  blog, markdown
Gatsby Gitbook Starter
Generate GitBook style modern docs/tutorial websites using Gatsby + MDX
Stars: โœญ 700 (+2492.59%)
Mutual labels:  gatsby, markdown
Piyushmehta.com
Piyush's HomePage https://piyushmehta.tech and
Stars: โœญ 19 (-29.63%)
Mutual labels:  blog, gatsby
Gatsby Material Starter
A high performance blog starter with Material design in mind for GatsbyJS.
Stars: โœญ 456 (+1588.89%)
Mutual labels:  blog, gatsby
Kite
๐ŸŒด Kite ๅ‰ๅฐ้กต้ขๆ˜ฏvue ssrๆœๅŠก็ซฏๆธฒๆŸ“ใ€ๅŽๅฐ้กต้ขๆ˜ฏreact spaใ€ๆœๅŠกๅฑ‚nodejs expressใ€mysql็ผ–ๅ†™็š„ไธ€ๅฅ—ๅคšๆƒ้™ๆ–‡็ซ ใ€ๅŠจๆ€็ฎก็†็ณป็ปŸ
Stars: โœญ 455 (+1585.19%)
Mutual labels:  blog, markdown
Gatsby Starter Deck
๐Ÿ—ฃ Create presentations using Gatsby, React & Markdown.
Stars: โœญ 522 (+1833.33%)
Mutual labels:  gatsby, markdown
Solo
๐ŸŽธ B3log ๅˆ†ๅธƒๅผ็คพๅŒบ็š„ Java ๅšๅฎข็ซฏ่Š‚็‚น็ณป็ปŸ๏ผŒๆฌข่ฟŽๅŠ ๅ…ฅไธ‹ไธ€ไปฃ็คพๅŒบ็ฝ‘็ปœใ€‚B3log distributed community blog-end node system, welcome to join the next generation community network.
Stars: โœญ 780 (+2788.89%)
Mutual labels:  blog, markdown
Gridsome Starter Liebling
Grisome starter based on Ghost Liebling and tailwindcss.
Stars: โœญ 23 (-14.81%)
Mutual labels:  blog, markdown
Tinacms
Open source editor that brings visual editing into React websites. A developer-centric CMS to build contextual and intuitive editing experience without sacrificing code quality.
Stars: โœญ 6,804 (+25100%)
Mutual labels:  gatsby, markdown
Blog
Share
Stars: โœญ 13 (-51.85%)
Mutual labels:  blog, markdown
Gatsby Starter Prismic
A typography-heavy & light-themed Gatsby Starter which uses the Headless CMS Prismic.
Stars: โœญ 381 (+1311.11%)
Mutual labels:  blog, gatsby
Github Profile Readme Generator
๐Ÿš€ Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI.
Stars: โœญ 7,812 (+28833.33%)
Mutual labels:  gatsby, markdown

My ๐Ÿก on the โ˜๏ธ https://leohuynh.dev

First thing first

I don't create this from scratch, this blog built with Gatsby, using Gatsby Starter Lumen. I've added many things to personalize it.

A huge thanks to Alexander Shelepenok for the minimal, lightweight and super easy-to-customize blog starter.

If you wish to use the original version, you can take a look here

Or else if you love my customization - feel free to use this!

Quick Start

Create a Gatsby site

Use the Gatsby CLI to create a new site

# Create a new Gatsby site
git clone https://github.com/hta218/leo-blog.git blog

Start Developing

Navigate into your new siteโ€™s directory and start it up.

cd blog
gatsby develop

Open the source code and start editing!

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

Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

Open the blog directory in your code editor of choice and edit src/templates/index-template.js. Save your changes and the browser will update in real time!

Folder Structure

โ””โ”€โ”€ content
    โ”œโ”€โ”€ pages
    โ””โ”€โ”€ posts
โ””โ”€โ”€ static
    โ”œโ”€โ”€ admin
    โ””โ”€โ”€ media
โ””โ”€โ”€ src
    โ”œโ”€โ”€ assets
    โ”‚   โ””โ”€โ”€ fonts
    โ”‚   โ””โ”€โ”€ scss
    โ”‚       โ”œโ”€โ”€ base
    โ”‚       โ””โ”€โ”€ mixins
    โ”œโ”€โ”€ cms
    โ”‚   โ””โ”€โ”€ preview-templates
    โ”œโ”€โ”€ components
    โ”‚   โ”œโ”€โ”€ Feed
    โ”‚   โ”œโ”€โ”€ Icon
    โ”‚   โ”œโ”€โ”€ Layout
    โ”‚   โ”œโ”€โ”€ Page
    โ”‚   โ”œโ”€โ”€ Pagination
    โ”‚   โ”œโ”€โ”€ Post
    โ”‚   โ”‚   โ”œโ”€โ”€ Author
    โ”‚   โ”‚   โ”œโ”€โ”€ Comments
    โ”‚   โ”‚   โ”œโ”€โ”€ Content
    โ”‚   โ”‚   โ”œโ”€โ”€ Meta
    โ”‚   โ”‚   โ””โ”€โ”€ Tags
    โ”‚   โ””โ”€โ”€ Sidebar
    โ”‚       โ”œโ”€โ”€ Author
    โ”‚       โ”œโ”€โ”€ Contacts
    โ”‚       โ”œโ”€โ”€ Copyright
    โ”‚       โ””โ”€โ”€ Menu
    โ”œโ”€โ”€ constants
    โ”œโ”€โ”€ templates
    โ””โ”€โ”€ utils

License

The MIT License (MIT)

Copyright (c) 2020 Tuan Anh Huynh - alrights reserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].