Git Product home page Git Product logo

Comments (2)

TaylanTatli avatar TaylanTatli commented on September 26, 2024

Thanks. :)

For your first question: You should use .md extension and file name should be like that; year-month-day-title.md
While writing your post, it must start with Yaml front matter. Example:

---
layout: post
title:  "Post Title"
date:   2016-06-27
excerpt: "This is post excerpt. You can delete this line if you want an auto generated excerpt."
project: true
tag:
- tag1
- tag2
- tag3
comments: true
---

If it won't be a project post you can remove also project: true line. Add this line only for projects.

For your second question:
If you want to change Projects to Works:
Edit these lines/files and replace projects to works but pay attention to capitalization;

Edit this file: https://github.com/TaylanTatli/Moon/blob/master/_data/navigation.yml
Edit this file but only title and excerpt: https://github.com/TaylanTatli/Moon/blob/master/projects/index.md
Edit this lines: https://github.com/TaylanTatli/Moon/blob/master/_layouts/home.html#L41-42
And edit this line: https://github.com/TaylanTatli/Moon/blob/master/_layouts/post.html#L28

Now when you add projects: true line to your front matter, they will appear in Works.

I hope, didn't miss anything. And sorry if my explanation is not clear. English is not my native language.

from moon.

jxchen01 avatar jxchen01 commented on September 26, 2024

Thanks a lot. Everything works well now.

from moon.

Related Issues (20)

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.