LeNPaul / Lagrange

A minimalist Jekyll theme for running a personal blog powered by Jekyll and GitHub Pages
https://lenpaul.github.io/Lagrange/
MIT License
682 stars 661 forks source link

Why the contents in this file isn't changed that i edit #60

Open syh4661 opened 5 years ago

syh4661 commented 5 years ago

Why the contents in this file isn't changed that i edit

It is Lagrange title and github address in my repository

syh4661 commented 5 years ago

There is a error in _config.yml file line number 15 the "paginate: 5" part in github page

ghost commented 5 years ago

Could you please post the contents of your _config.yml?

syh4661 commented 5 years ago

Here is my code

# Site Build Settings
# Jekyll-paginate-v2 configuration
pagination:
 enabled: true
 per_page: 5
 permalink: '/page/:num/'
 title: ':title - page :num of :max'
 limit: 0
 sort_field: 'date'
 sort_reverse: true

# jekyll-paginate configuration

paginate: 5

# Build settings
markdown: kramdown
highlighter: rouge
permalink: none
plugins: [jekyll-paginate, jekyll-sitemap, jekyll-feed, jekyll-seo-tag]

# Customise atom feed settings (this is where Jekyll-Feed gets configuration information)
title: 'Hyeok'
description: 'Hyeok's homepage'
author: 'SYH'

# RSS 2.0 can be used instead of Atom by uncommenting following two lines
#feed:
#  path: rss-feed.xml

theme: jekyll-theme-midnight
LordeDestro commented 5 years ago

i edited the about-author post in _posts and it build fine but when i edit Getting started post it has build error with no fucking error at all

jackyko1991 commented 5 years ago

I can edit the content in under _post folder but not to rename them. Any idea how to make it work?