Giter Site home page Giter Site logo

some notes

  • There MUST be a .nojekyll file (empty) in your master (gh-pages linked) branch
  • User pages can ONLY be generate from the master branch (did this change???)

All dev work is done in the development branch.

  1. npm run generate
  2. npm run deploy

or, if your git tree is clean:

  1. npm run publish

+

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

Michael Paulukonis's Projects

4myrealfriends icon 4myrealfriends

Source code for my real friends, real code for my source friends.

allsketchs icon allsketchs

Processing sketches, in which I have worked in the last years; images, videos, prototypes, experiments, tools, works, concepts... Everything is unfinished, some may not work, When I had no ideas, I would open one to see what it was...

aws-sdk-mock icon aws-sdk-mock

:rainbow: AWSomocks for Javascript/Node.js aws-sdk tested, documented & maintained. Contributions welcome!

chatbot_tutorial icon chatbot_tutorial

from https://www.sitepoint.com/create-data-trained-chatbot-openai-api/?utm_source=newsletter&utm_medium=email&utm_campaign=spw_111_build_an_ai_chatbot_trained_on_your_own_data_optimizing_js_files_sveltekit_and_more

chromavore icon chromavore

Generative painting tool. Composites two video feeds.

clip-image-sorter icon clip-image-sorter

Sort a folder of images according to their similarity with provided text in your browser (use a browser-ported version of OpenAI's CLIP model and the web's new File System Access API)

codegif icon codegif

Use Canvas API to make a gif animation

collage icon collage

An experimental public collage that combines images according to their complexity.

collagebot icon collagebot

auto- and user- guided digital collages, sans colle

color-work icon color-work

Scripts and code working with image processing. Or colors. In images. Processing those colors.

corpora icon corpora

A collection of small corpuses of interesting data for the creation of bots and similar stuff.

datamosh icon datamosh

✨💾 Edit images via buffers. 💯✨

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.