All Projects → marinaaisa → Nuxt Markdown Blog Starter

marinaaisa / Nuxt Markdown Blog Starter

Licence: mit
Nuxt + Markdown blog starter

Projects that are alternatives of or similar to Nuxt Markdown Blog Starter

Vue Blog
🎉 基于vue全家桶 + element-ui 构建的一个后台管理集成解决方案
Stars: ✭ 208 (-54.39%)
Mutual labels:  blog, markdown
Kite
🌴 Kite 前台页面是vue ssr服务端渲染、后台页面是react spa、服务层nodejs express、mysql编写的一套多权限文章、动态管理系统
Stars: ✭ 455 (-0.22%)
Mutual labels:  blog, markdown
Dat Medium
P2P Markdown Blog for Beaker inspired by Medium.
Stars: ✭ 225 (-50.66%)
Mutual labels:  blog, markdown
Bael Template
Brutalist Blog theme for Netlify CMS
Stars: ✭ 187 (-58.99%)
Mutual labels:  blog, nuxt
Moell Blog
基于 Laravel 开发,支持 Markdown 语法的博客
Stars: ✭ 301 (-33.99%)
Mutual labels:  blog, markdown
Jblog
🔱一个简洁漂亮的java blog 👉基于Spring /MVC+ Hibernate + MySQL + Bootstrap + freemarker. 实现 🌈
Stars: ✭ 187 (-58.99%)
Mutual labels:  blog, markdown
Tms
基于频道模式的团队沟通协作+轻量级任务看板,支持mardown、富文本、在线表格和思维导图的团队博文wiki,i18n国际化翻译管理的响应式web开源团队协作系统。
Stars: ✭ 232 (-49.12%)
Mutual labels:  blog, markdown
Blog
Code for my personal blog built with Gatsby
Stars: ✭ 167 (-63.38%)
Mutual labels:  blog, markdown
Myblog
vue + node 实现的一个博客系统
Stars: ✭ 285 (-37.5%)
Mutual labels:  blog, markdown
Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (-39.47%)
Mutual labels:  blog, markdown
Sinn
a blog based on of react,webpack3,dva,redux,material-ui,fetch,generator,markdown,nodejs,koa2,mongoose,docker,shell,and async/await 基于react+koa2技术栈的个人开源博客系统
Stars: ✭ 175 (-61.62%)
Mutual labels:  blog, markdown
Pipe
🎷 一款小而美的博客平台,专为程序员设计。
Stars: ✭ 3,898 (+754.82%)
Mutual labels:  blog, markdown
Sheets
Store & retrieve your static content in plain text files
Stars: ✭ 175 (-61.62%)
Mutual labels:  blog, markdown
Solo
🎸 一款小而美的博客系统,专为程序员设计。
Stars: ✭ 13,245 (+2804.61%)
Mutual labels:  blog, markdown
Pipe
🎷 B3log 分布式社区的 Go 博客端节点系统,欢迎加入下一代社区网络。B3log distributed community blog-end node, welcome to join the next generation community network.
Stars: ✭ 169 (-62.94%)
Mutual labels:  blog, markdown
Cuimage
cuImage - 图床利器
Stars: ✭ 227 (-50.22%)
Mutual labels:  blog, markdown
Gustavo
👨 A (mostly) headless blogging platform built atop Nuxt & Gist.
Stars: ✭ 131 (-71.27%)
Mutual labels:  blog, nuxt
Oblog
An Auto Rendering 🔽 Blogging System Based on MarkDown & Vue.js | 自动渲染装载 MarkDown 内容的博客系统
Stars: ✭ 133 (-70.83%)
Mutual labels:  blog, markdown
Emacs Easy Hugo
Emacs major mode for managing hugo
Stars: ✭ 235 (-48.46%)
Mutual labels:  blog, markdown
Ghiblog
GitHub Issues Blog, powered by GitHub Issues and GitHub Actions
Stars: ✭ 313 (-31.36%)
Mutual labels:  blog, markdown

+

Nuxt + Markdown blog starter

This is not an official project. It's made by Marina Aísa and you can contribute submitting a pull-request.

⚡️ Live

Check it live

✨ Quick start

  1. Clone this repository.

    git clone https://github.com/marinaaisa/nuxt-markdown-blog-starter.git
    
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd nuxt-markdown-blog-starter/
    npm install
    npm run dev
    
  3. Running!

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

🧐 What's inside?

.
├── node_modules
├── assets
├── components
├── contents
  ├── en
    ├── blog
    ├── blogsEn.js
  ├── es
    ├── blog
    ├── blogsEs.js
├── layouts
├── locales
├── pages
├── plugins
├── static
├── .gitignore
├── LICENSE
├── nuxt.config.js
├── package-lock.json
├── package.json
└── README.md
  1. /node_modules: This directory contains all of the modules of code that your project depends on (npm packages) are automatically installed.

  2. /assets: You will find the images and assets for the project. You can find more information at Nuxt's assets directory documentation

  3. /components: Vue components for the project. You can find more information at Nuxt's components directory documentation

  4. /contents: You will save your MD files here. They are divided by language and you will have to write the URL name of each of them at blogsEn.js and blogsEs.js.

  5. /layouts: You can find information at Nuxt's layout directory documentation

  6. /locales: You will save your translations here.

  7. /pages: You can find information at Nuxt's pages directory documentation

  8. /plugins: You can find information at Nuxt's plugins directory documentation

  9. /statics: You can find information at Nuxt's statics directory documentation

  10. .gitignore: This file tells git which files it should not track / not maintain a version history for.

  11. LICENSE: This is licensed under the MIT license.

  12. nuxt-config.js: This is the main configuration file for a Nuxt site. This is where you can specify information about your site (metadata) like the site title and description, which Nuxt plugins you’d like to include, etc. (Check out the config docs for more detail).

  13. package-lock.json (See package.json below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. (You won’t change this file directly).

  14. package.json: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.

  15. README.md: A text file containing useful reference information about your project.

💫 Deploy

Deploy to Netlify

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