All Projects → k55k32 → Cms Front

k55k32 / Cms Front

my-blog

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Cms Front

Bitnami Docker Ghost
Bitnami Docker Image for Ghost
Stars: ✭ 76 (-9.52%)
Mutual labels:  blog
Larablog
基于iDashboard后台的个人开源博客,优化iDashboard部分代码,理论上是升级版
Stars: ✭ 79 (-5.95%)
Mutual labels:  blog
Ghostium
A Ghost theme focused on content based on Medium design/ux.
Stars: ✭ 1,249 (+1386.9%)
Mutual labels:  blog
Tumblelog
A static tumblelog generator available as both a Perl and Python version
Stars: ✭ 77 (-8.33%)
Mutual labels:  blog
Django Blog Python Learning
For newest version https://github.com/agusmakmun/python.web.id
Stars: ✭ 77 (-8.33%)
Mutual labels:  blog
Some good stuff
A place for sharing some good things you may know, or may not.
Stars: ✭ 80 (-4.76%)
Mutual labels:  blog
Sblg
static blog utility
Stars: ✭ 75 (-10.71%)
Mutual labels:  blog
Laravel Blog
基于Laravel5.8构建的轻量博客应用,支持Markdown,支持图片拖拽上传,界面简洁,SEO友好,支持百度链接自动和手动提交
Stars: ✭ 84 (+0%)
Mutual labels:  blog
Hugo Papermod
A fast, clean, responsive Hugo theme
Stars: ✭ 1,202 (+1330.95%)
Mutual labels:  blog
React Blog
react blog build with react hooks + koa2 + sequelize + mysql for personal usage.
Stars: ✭ 83 (-1.19%)
Mutual labels:  blog
Gatsby Starter Prismic I18n
Based on gatsby-starter-prismic with Internationalization (i18n) support
Stars: ✭ 77 (-8.33%)
Mutual labels:  blog
Songtianyi.github.io
blog pages
Stars: ✭ 77 (-8.33%)
Mutual labels:  blog
Hugo Vitae
Vitae is a blog theme for Hugo that focuses on your content.
Stars: ✭ 81 (-3.57%)
Mutual labels:  blog
Buildtimes
✏️ Musings on building (and breaking) websites
Stars: ✭ 76 (-9.52%)
Mutual labels:  blog
Laravel Blog
Laravel 8.0 blog application with Vue.js, Homestead, Horizon, Telescope and Pusher
Stars: ✭ 1,248 (+1385.71%)
Mutual labels:  blog
Dmitripavlutin.com
Dmitri Pavlutin's blog powered by GatsbyJS
Stars: ✭ 76 (-9.52%)
Mutual labels:  blog
Jokecamp.com
personal blog and website
Stars: ✭ 79 (-5.95%)
Mutual labels:  blog
Blog
Source for my blazing fast blog
Stars: ✭ 83 (-1.19%)
Mutual labels:  blog
Starter Kit Cool Writings
Statamic Starter Kit: Cool Writings
Stars: ✭ 84 (+0%)
Mutual labels:  blog
Medium Cli
Medium via CLI
Stars: ✭ 81 (-3.57%)
Mutual labels:  blog

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3999
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

plain

add Authorization header in store init

Change Log

2017-01-24

  1. add search view #7
  2. add pagination component #4
  3. fixed the article-detail navs

2017-01-23 update article-detail style great for the banner 2017-01-22 replace all http resource to https

UPDATE c_article SET content = REPLACE(content, 'http://42.96.203.79:22222/file', 'https://file.diamondfsd.com/img') UPDATE c_article SET banner = REPLACE(banner, 'http://42.96.203.79:22222/file', 'https://file.diamondfsd.com/img')

2017-01-20 update

  1. add title-nav in article-detail #5
  2. semantization html tag 2017-01-16 update
  3. change comments style. fixed #2
  4. comment support markdown.
  5. mobile scale set in 1
  6. change the catalog-router to Nested Router
  7. add scroll to top button
  8. add fastclick in mobile

2017-01-11 add comment function, now you can do comment in the article detail 2017-01-10 change banner style, the title has shadow now 2017-01-06 add catalog page, make the mobile style good 2017-01-04 add nuxtServerInit to store action. load setting before page render 2016-12-30 change the ssr to nuxtjs 2016-12-29 add article-tags 2016-12-11 the blog version 0.1, use express,pug render

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