All Projects → xiaofuzi → ssr-web

xiaofuzi / ssr-web

Licence: other
A fast, simple & powerful blog framework, powered by Node.js and Vue.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to ssr-web

hyperdraft
Turn your notes into a website.
Stars: ✭ 59 (+210.53%)
Mutual labels:  static-site-generator
gatsby-reactstrap
Adding Bootstrap 4 to an Gatsby React App and serve generated the static site with Express.js
Stars: ✭ 25 (+31.58%)
Mutual labels:  static-site-generator
bymattlee-11ty-starter
A starter boilerplate powered by 11ty, Sanity, Gulp, Tailwind CSS, rollup.js, Alpine.js and Highway.
Stars: ✭ 27 (+42.11%)
Mutual labels:  static-site-generator
neofeed-theme
A personal feed for Neocities, GitHub Pages, or anywhere else, built with Hugo. #IndieWeb friendly and all yours. It's better than Twitter.
Stars: ✭ 62 (+226.32%)
Mutual labels:  static-site-generator
hugofy-vscode
Hugofy is a plugin for Visual Studio Code to make life easier to use Hugo static site generator
Stars: ✭ 27 (+42.11%)
Mutual labels:  static-site-generator
front-matter-manipulator
A utility for parsing and manipulating documents with Front Matter
Stars: ✭ 25 (+31.58%)
Mutual labels:  static-site-generator
eleventy-plugin-cloudinary
An Eleventy shortcode that allows you to add an image from your cloudinary account
Stars: ✭ 28 (+47.37%)
Mutual labels:  static-site-generator
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (+1242.11%)
Mutual labels:  static-site-generator
internetguzeldir
Source code of https://internetguzeldir.com. Static site generator that takes a Google spreadsheet and builds dmoz like website from it. Written with Python3.
Stars: ✭ 33 (+73.68%)
Mutual labels:  static-site-generator
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: ✭ 32 (+68.42%)
Mutual labels:  static-site-generator
contentful-hugo
A CLI tool that pulls data from Contentful and turns it into markdown files for Hugo and other static site generators. It also includes an express server that can be used for local development and content previews
Stars: ✭ 31 (+63.16%)
Mutual labels:  static-site-generator
ob
A Blog & RSS system written in Rust based on Luke Smith's LB.
Stars: ✭ 19 (+0%)
Mutual labels:  static-site-generator
elm-example-publisher
Make a beautiful website from your Elm examples
Stars: ✭ 16 (-15.79%)
Mutual labels:  static-site-generator
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+910.53%)
Mutual labels:  static-site-generator
awesome-astro
Curated resources on building sites with Astro, a brand new way to build static and server rendered sites, with cross-framework components, styling and reactive store support.
Stars: ✭ 210 (+1005.26%)
Mutual labels:  static-site-generator
hagel
Single Makefile static page generator. Mostly meant as a joke.
Stars: ✭ 24 (+26.32%)
Mutual labels:  static-site-generator
diecast
static site generator infrastructure for Rust
Stars: ✭ 12 (-36.84%)
Mutual labels:  static-site-generator
parcel-plugin-prerender
No description or website provided.
Stars: ✭ 42 (+121.05%)
Mutual labels:  static-site-generator
directus-metalsmith-snipcart
Lookbook web app with Directus' open source headless CMS, Metalsmith, Vue.js & Snipcart
Stars: ✭ 14 (-26.32%)
Mutual labels:  static-site-generator
Blended
The Most Versatile Static HTML Site Generator
Stars: ✭ 22 (+15.79%)
Mutual labels:  static-site-generator

ssr-web project

A fast, simple & powerful blog framework, powered by Node.js and Vue.

一个基于 Node.js 和 Vue 的高效、简单功能强大的静态博客生成器。

Online: http://yangxiaofu.com/ssr-web/

依赖项

如何安装

  • git clone https://github.com/xiaofuzi/ssr-web

  • 通过 iat 命令行工具

    • npm install iat -g
    • iat ssr-web

如何使用

# 安装依赖
$ npm install # Or yarn install

# 热加载开发
$ npm run dev

# 生产环境编译
$ npm run build
$ npm run start

生成博客

  • npm run start(如未编译请先编译npm run build)
  • npm run g(此时 server 还需处于启动状态,即 npm run start命令或 npm run dev命令还在运行)

使用 github Page 托管博客

推送到 github 仓库并设置 github page 地址,因为默认静态文件生成与 docs 目录,所以将该目录设为 github page 根目录即可

提示

* `<a-link></a-link>` 组件是为了替代 `<nuxt-link></nuxt-link>`(在generate 后发现有 bug)组件。
* 若不是处于域名根目录,需要更改导航的根地址,nuxt.config.js 的 router.base 属性和 `<a-link></a-link>` 组件的根地址两处。

DOC

目录说明

  • client

    • 前端代码(详情参考 nuxt.js 文档)
  • server

    • 博客文档存放的目录,source/_posts目录下的会作为博文处理
  • 插件功能 查看mdToJson文档

Todo

  • 主题功能

如何联系我们

contact us

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