All Projects → bencodezen → Vuepress Blog Boilerplate

bencodezen / Vuepress Blog Boilerplate

An ever-evolving and opinionated dev environment for people who want to use VuePress to power their blogs.

Projects that are alternatives of or similar to Vuepress Blog Boilerplate

Blog Generator
static blog generator for my blog at https://zupzup.org/
Stars: ✭ 57 (-73.11%)
Mutual labels:  blog, static-site-generator
Ryosuke Gatsby Blog
Static PWA React-powered portfolio and blog built with GatsbyJS
Stars: ✭ 90 (-57.55%)
Mutual labels:  blog, static-site-generator
Yohe
😈 powerful static blog generator
Stars: ✭ 68 (-67.92%)
Mutual labels:  blog, static-site-generator
Gatsby Material Starter
A high performance blog starter with Material design in mind for GatsbyJS.
Stars: ✭ 456 (+115.09%)
Mutual labels:  blog, static-site-generator
Eleventy Starter Boilerplate
🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).
Stars: ✭ 139 (-34.43%)
Mutual labels:  blog, static-site-generator
Ox Hugo
A carefully crafted Org exporter back-end for Hugo
Stars: ✭ 591 (+178.77%)
Mutual labels:  blog, static-site-generator
Hugo Theme Basic
Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. 📦
Stars: ✭ 89 (-58.02%)
Mutual labels:  blog, static-site-generator
Hexo Theme Clean Blog
Hexo implementation of Clean Blog http://blackrockdigital.github.io/startbootstrap-clean-blog/index.html
Stars: ✭ 362 (+70.75%)
Mutual labels:  blog, static-site-generator
Tableless
O site do Tableless em Hugo. Mais leve, impossível.
Stars: ✭ 107 (-49.53%)
Mutual labels:  blog, static-site-generator
Weblorg
Static Site Generator for Emacs
Stars: ✭ 103 (-51.42%)
Mutual labels:  blog, static-site-generator
Orchid
Build and deploy beautiful documentation sites that grow with you
Stars: ✭ 418 (+97.17%)
Mutual labels:  blog, static-site-generator
Notablog
Generate a minimalistic blog from a Notion table. [WIP]
Stars: ✭ 177 (-16.51%)
Mutual labels:  blog, static-site-generator
Gatsby Starter Prismic
A typography-heavy & light-themed Gatsby Starter which uses the Headless CMS Prismic.
Stars: ✭ 381 (+79.72%)
Mutual labels:  blog, static-site-generator
Solo
🎸 B3log 分布式社区的 Java 博客端节点系统,欢迎加入下一代社区网络。B3log distributed community blog-end node system, welcome to join the next generation community network.
Stars: ✭ 780 (+267.92%)
Mutual labels:  blog, static-site-generator
Elm Pages
A statically typed site generator for Elm.
Stars: ✭ 363 (+71.23%)
Mutual labels:  blog, static-site-generator
Tumblelog
A static tumblelog generator available as both a Perl and Python version
Stars: ✭ 77 (-63.68%)
Mutual labels:  blog, static-site-generator
Easy Hexo
🤘 Build your own website with Hexo, the easy way. | 轻松使用 Hexo 建站。
Stars: ✭ 314 (+48.11%)
Mutual labels:  blog, static-site-generator
Beautiful Jekyll
✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
Stars: ✭ 3,778 (+1682.08%)
Mutual labels:  blog, static-site-generator
Statiq.web
Statiq Web is a flexible static site generator written in .NET.
Stars: ✭ 1,358 (+540.57%)
Mutual labels:  blog, static-site-generator
Fornax
Scriptable static site generator using type safe F# DSL to define page templates.
Stars: ✭ 175 (-17.45%)
Mutual labels:  blog, static-site-generator

VuePress Blog Boilerplate (Deprecated)

Status: Deprecated Version Netlify Status

This is a deprecated opinionated architecture that uses VuePress v1.0.0-alpha to power a blogging platform.

Purpose

To provide a blueprint of how blogging is possible with VuePress v1.0.0-alpha and empower you with enough boilerplate so you feel comfortable customizing it to your liking.

Why is it deprecated?

As my work with OSS expands, I wanted the flexibility to switch tech stacks as the requirements for my own blog / site requirements increase. As a result, I do not have the time to maintain this one since it would be a separate effort from my current OSS work.

To follow the latest, you can follow the new repo at Ben's Blog Boilerplate.

Features

  • Write posts in Markdown
  • Basic pagination sorted by most recent posts
  • Ability to search for posts via headings within the post
  • Archived posts page
  • Basic scheduling for future publishing
  • Basic tagging for posts
  • Automatic RSS feed generation
  • Easily integrate Google Analytics

Getting Started

Prerequisites

  • NodeJS 12
  • yarn (Recommended)
  • Basic knowledge of navigating the terminal

Installation

If your plan is follow the tutorial all the way through to deployment, make sure you fork this project instead of simply cloning it!

In your terminal, navigate to the desired directory where you want this project to live.

# Clone the repo for local development
git clone https://github.com/bencodezen/vuepress-blog-boilerplate.git

# Change directory into project
cd vuepress-blog-boilerplate

# Install dependencies
yarn

# Run local server
yarn dev

You should now be able to visit http://localhost:8080!

Documentation

To check out the tutorial and docs, check out the guide.

Examples

Hat Tip

For those familiar with the Vue.js ecosystem, you might be reminded of Chris Fritz's Vue Enterprise Boilerplate and you would be absolutely right. I thought the concept was brilliant and wanted to do something similar for the VuePress ecosystem since blogging is something that still requires a fair amount of configuration and knowledge in order to get started.

And in case you didn't know, Chris Fritz is one of the core contributors to the incredible Vue.js docs that we all love so much. So if you would like to help support him so he can spend more time on creating awesome content for the Vue.js community, please support him by becoming a sponsor on Patreon.

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].