Giter VIP home page Giter VIP logo

myblog's Introduction

Metalsmith

Metalsmith blog starter

Start off your Metalsmith journey with this blog boilerplate. This starter is based on the Metalsmith bare-bones starter but also includes a blog landing page and several "greek" blog posts. Check out a demo of this starter.

Quick start

  1. Create a Metalsmith site.

    Clone the starter repository to create a new blog.

    git clone https://github.com/wernerglinka/metalsmith-blog-starter my-blog 
  2. Start developing.

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

    cd my-blog/
    npm install
    npm start
  3. Open the source code and start editing!

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

    Open the my-blog directory in your code editor of choice and edit any page. Save your changes and the browser will update in real time!

What's included?

A quick look at the top-level files and directories you'll see in this Metalsmith project.

.
├── node_modules
├── src
├── layouts
├── .eslintrc.js
├── .gitignore
├── .prettierignore
├── .prettierrc
├── LICENSE
├── metalsmith.js
├── package-lock.json
├── package.json
└── README.md
  1. node_modules: This directory contains all the node modules that your project depends on.

  2. src: This directory will contain all the content that makes up your site.

  3. layouts: This directory will contain all the layout templates and template partials that will be used to render your site.

  4. .eslintrc.yml: This file contains all rules foir eslint.

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

  6. .prettierignore: This file tells prettier what files it should ignore.

  7. .prettierrc: This is a configuration file for Prettier. Prettier is a tool to help keep the formatting of your code consistent.

  8. LICENSE: This Metalsmith starter is licensed under the MIT license.

  9. metalsmith.js: This is the Metalsmith build file.

  10. 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).

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

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

Learn more about Metalsmith

Looking for more guidance? Full documentation for Metalsmith can be found on the Metalsmith website.

Deploy

Deploy and Host on any static hosting service. For example Netlify, Vercel or Cloudflare Pages.

Here is an article about how to deploy Metalsmith on Netlify.

Join the Metalsmith community at Gitter.

myblog's People

Contributors

wernerglinka avatar nicolashov avatar

Stargazers

Roman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.