Lagrange icon indicating copy to clipboard operation
Lagrange copied to clipboard

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

Open syh4661 opened this issue 5 years ago • 5 comments

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

It is Lagrange title and github address in my repository

syh4661 avatar Mar 21 '19 01:03 syh4661

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

syh4661 avatar Mar 21 '19 05:03 syh4661

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

ghost avatar Mar 26 '19 13:03 ghost

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

syh4661 avatar Apr 09 '19 05:04 syh4661

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

LordeDestro avatar May 07 '19 19:05 LordeDestro

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

jackyko1991 avatar Sep 12 '19 07:09 jackyko1991

You should check the log on github deploy

syh4661 avatar Oct 28 '22 07:10 syh4661