0.1.28 • Published 4 years ago

kuworking-theme-blog-three v0.1.28

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

KUWORKING THEME BLOG THREE

Gatsby Themes by kuworking.com

Based on gatsby-theme-kuworking-blog -> gatsby-theme-kuworking-core

Demo

More themes on themes.kuworking.com

Characteristics

  • MDX
  • Theme-UI with 4 color modes
  • Typography
  • @Emotion
  • Google Tag Manager
  • RSS Feed
  • SiteMap
  • Robots.txt
  • Offline
  • Cookie Consent
  • Disqus
  • Mail Chimp

Usage

  • gatsby new blog-three https://github.com/kuworking/kuworking-theme-blog-three
  • cd ew blog-three
  • gatsby develop

And explore your site at http://localhost:8000

Posts and Post images

  • Posts are stored in ./content/posts and have the structure 2019.10.05.my-first-post.mdx
  • The first date part is necessary and is useful to sort files by date in the file explorer

  • Post images are stored in ./content/posts/images and have the structure my-first-post.jpg, this is, the same name than the post except the date part

Folders

Files that you may want to modify

.
├─ content
|  └── core
|  |   └── none.jpg // fallback image
|  └── icons
|  |   └── favicon.png // favicon
|  └── pages
|  |   └── 404.js // not found page
|  |   └── me.js // bio page
|  └── posts
|  |   └── ...
|  |   └── images // post images
|  |       └── ...
|
├─ src
|  └── utils
|      └── app.js // edit this file to configure basic data of your site
|      └── config.js // edit this file to define all text of your site plus other configuration data
|      └── sitemap.js // define here the routes you do not want to track with your _sitemap_
|      └── tagmanager.js // define here your tagmanager tracking code
|
|─ MIT LICENSE // the license of this theme
|─ netlify.toml // of use if you will deploy to Netlify
|─ package.json // edit this file to change the name of your package, description, repository and if it is public or private
|─ README.md // this file you are reading now
0.1.27

4 years ago

0.1.28

4 years ago

0.1.26

4 years ago

0.1.25

4 years ago

0.1.24

4 years ago

0.1.23

4 years ago

0.1.22

4 years ago

0.1.21

4 years ago

0.1.20

4 years ago

0.1.19

4 years ago

0.1.18

4 years ago

0.1.17

4 years ago

0.1.16

4 years ago

0.1.15

4 years ago

0.1.14

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago