Giter Site home page Giter Site logo

wangchucheng / hugo-eureka Goto Github PK

View Code? Open in Web Editor NEW
901.0 11.0 192.0 3.45 MB

Eureka is a feature-rich and highly customizable Hugo theme.

Home Page: https://www.wangchucheng.com/en/docs/hugo-eureka/

License: Apache License 2.0

CSS 8.74% HTML 75.80% JavaScript 15.46%
hugo hugo-site theme hugo-theme hugo-blog hugo-blog-theme hugo-eureka tailwind tailwindcss blog

hugo-eureka's Introduction

English | 简体中文

Eureka

build license

Eureka is a feature-rich and highly customizable Hugo theme. Using Eureka allows you to customize and deploy your website quickly and easily.

eureka-landing.jpg

Try Eureka

Eureka is committed to providing an elegant, feature-rich and highly customizable theme for Hugo.

If this project is helpful to you, you can give Eureka a star and follow my Github.

Read Getting Started to learn how to build and deploy your website. Or check the latest Demo and Project Repository to start exploring!

View Document

Sites Using Eureka

Are you using Hugo Eureka? Add the hugo-eureka topic on your repo! 🙌

hugo-eureka's People

Contributors

allmwh avatar antiagainst avatar clubmed695 avatar deining avatar dependabot[bot] avatar ecthrwatch avatar ericguirbal avatar herberthe avatar jcabak avatar jungwone avatar junleqian avatar kimlaberinto avatar lituatui avatar mcaserta avatar mihan007 avatar rami-sabbagh avatar violetasdev avatar wangchucheng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hugo-eureka's Issues

Feature Request: Adding a "timeline" (resume style) type of card

Is your feature request related to a problem? Please describe.

I would like a way to to do an "Experience" timeline/resume style of summaries for the front page of my website using this theme. It's basically like a card style but instead focuses on a title field, dates string field (e.g. 2019 - present), organization field, and a location field. I also want to show the appropriate icons with the dates, organization, and location fields.
I want to use this style of card for my portfolio website.

My proposed solution is detailed below. I would like your feedback on which to use before I code it up.

My solution is on how to use the same framework as the pages.html widget to accommodate this resume-timeline-style of card.

This is a similar effect I want to achieve. With the focus of the card being the title, organization, time. I won't add the blue circles though. Screenshot below from the demo website of the Hugo Academic Theme.

image

Describe the solution you'd like

I propose making the following changes:

  • Adding resume-timeline-style = true line to the front matter of posts which are to be shown in this style.
  • Modifying components/summary-plain.html to do the if-else checking on the resume-timeline-style true/false boolean.
  • Adding a new utils/get-summary-resume-timeline-style.html to format the card appropriately (showing title, dates, organization, and location if such values exist on the front matter)

Two diagrams are below. The first shows the existing code (how I interpreted it). The second shows what the code would look like after my proposed change.

Before (link to diagram editor here):
image_before_changes

Proposed Changes (link to diagram editor here):
image_after_changes

Describe alternatives you've considered

I've also considered adding a new widget.
Disadvantage: Adding a new widget could make the coat bloated. Existing code with the page.html widget already achieves a similar desired effect.

I've also considered adding a new style in addition to plain, card, and masonry.
Disadvantage: Adding a new style could get bloated. The existing plain and card summaries code already a similar desired desired effect.

Additional context

It can be used for other types of content. e.g. showing awards, history of employment, educational history, etc.
It's basically a card with a title field, dates string field (e.g. 2019 - present), organization field, and a location field.

Direct Questions

  1. Do you like the feature? I could implement this on my own website, but is this worth it for a PR into the theme?
  2. What are thoughts on my solution?
  3. How should I handle if a hugo theme user specifies the resume-experience and masonry options? (Probably rare case, we could leave as unsupported)
  4. Do you have any other suggestions for naming this type of feature? I like resume-timeline-style since its flexible enough.

With the proposal as is right now, it all seems achievable for me with what I know now (though I'm fairly new to Hugo, HTML, and CSS). So I imagine that I could do the PR for my proposed solution, but let me know if you had another solution in mind.

目录改进

是否能考虑在 doc 类型的文档中,当 toc 设置为 false 时,文字能够响应式的将原来‘本页目录’的空白区所利用?

how can I replace css style?

It seems that other themes can be overwritten style by a new css file. How can I overwrite the css style in eureka?

执行完 hugo new -k docs docs 之后启动报错

Describe the bug

  • 没创建 docs 之前是正常的,可以查看:https://www.haohongfan.com
  • 还没创建过docs, 先执行了 hugo new -k docs docs
  • 然后执行了 hugo new -k docs docs/xxx/start.md
  • 然后启动报错

To Reproduce

Does this issue reproduce with the latest release?

是的

Screenshots

$ hugo serve
Building sites … WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2021/05/18 11:11:50 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.

Environment

  • Hugo Version: Hugo Static Site Generator v0.74.3/extended darwin/amd64 BuildDate: unknown
  • Eureka Version: v0.8.0

HTML Truncation Flawed

Describe the bug

Truncated summaries of pages improperly rendering HTML

To Reproduce

Create a page. In the YAML or first lines of post include apostrophes or ampersands.

Generate hugo.

Expected behaviour

Apostrophes and ampersands rendered correctly

Screenshots

You can see the issue here: https://ncpwg.org/resources/
image

When the page is clicked into it's fine:

image

Non featured image in posts section produces a warning

I have a simple example and not sure if it is a problem or not (or expected behavior). In content/../something.md you want to place an image with name xyz.jpg using standard markdown syntax. When you run Hugo, you receive error:

ERROR 2020/11/27 00:50:59 render of "section" failed: execute of template failed: template: products/list.html:3:4: executing "products/list.html" at <partial "head.html" .>: error calling partial: execute of template failed: template: partials/head.html:80:3: executing "partials/head.html" at <partial "schema.html" .>: error calling partial: execute of template failed: template: partials/schema.html:23:3: executing "partials/schema.html" at <partial "schema_node.html" .>: error calling partial: execute of template failed: template: partials/schema_node.html:15:24: executing "partials/schema_node.html" at <partial "get_image.html" (dict "context" . "url" .Params.featuredImage "keyword" "*featured*")>: error calling partial: "/private/path/themes/eureka/layouts/partials/get_image.html:2:76": execute of template failed: template: partials/get_image.html:2:76: executing "partials/get_image.html" at <.keyword>: nil pointer evaluating resource.Resource.Permalink
ERROR 2020/11/27 00:50:59 render of "term" failed: execute of template failed: template: _default/list.html:3:4: executing "_default/list.html" at <partial "head.html" .>: error calling partial: execute of template failed: template: partials/head.html:80:3: executing "partials/head.html" at <partial "schema.html" .>: error calling partial: execute of template failed: template: partials/schema.html:23:3: executing "partials/schema.html" at <partial "schema_node.html" .>: error calling partial: execute of template failed: template: partials/schema_node.html:15:24: executing "partials/schema_node.html" at <partial "get_image.html" (dict "context" . "url" .Params.featuredImage "keyword" "*featured*")>: error calling partial: "/private/path/themes/eureka/layouts/partials/get_image.html:2:76": execute of template failed: template: partials/get_image.html:2:76: executing "partials/get_image.html" at <.keyword>: nil pointer evaluating resource.Resource.Permalink
Total in 209 ms
Error: Error building site: failed to render pages: render of "section" failed: "/private/path/layouts/products/list.html:2:76": execute of template failed: template: products/list.html:2:3: executing "main" at <partial "doc_layout.html" .>: error calling partial: execute of template failed: template: partials/doc_layout.html:18:31: executing "partials/doc_layout.html" at <partial "get_image.html" (dict "context" . "url" .Params.featuredImage "keyword" "*featured*")>: error calling partial: "/private/path/themes/eureka/layouts/partials/get_image.html:2:76": execute of template failed: template: partials/get_image.html:2:76: executing "partials/get_image.html" at <.keyword>: nil pointer evaluating resource.Resource.Permalink

This error goes away, if I place an image with featured in name in the same directory as markdown then error goes away.

This is a bug for me, because I do not want a featured image, but I do want an image in the markdown. I would assume a simple fix inside the get_image.html, but I lack knowledge of hugo or go to solve it quickly. Anyone can help with a quickfix?

关于"阅读更多"链接

主页上的"阅读更多"指向的是当前主页,相当于没做跳转.
这里能否改成可配置的呢?

A search bar

Please add a search bar for this amazing theme.

一旦更改baseURL配置运行hugo就会失败

如题,保持baseURL配置为默认值“/"时,运行hugo以及hugo server结果正常。

一旦修改baseURL为其他值(比如我自己的GitHub Pages域名),运行hugo会报以下错误:

Start building sites … 
Total in 43 ms
Error: Error building site: POSTCSS: failed to transform "css/eureka.css" (text/css): resource "css/waynerv.github.io/css/eureka.css_fc3f76d7bee2760c3a903059afc3d9b2" not found in file cache

测试了用git submodule和hugo modules两种方式安装主题,结果都是一样的。hugo版本信息如下:

Hugo Static Site Generator v0.79.1/extended darwin/amd64 BuildDate: unknown

是我的使用方式不对吗?

Command failed with exit code 255: hugo

10:40:08 PM: Error: "/opt/build/repo/themes/hugo-eureka/layouts/partials/doc_layout.html:166:1": parse failed: template: partials/doc_layout.html:166: function "return" not defined
10:40:08 PM: ​
10:40:08 PM: ────────────────────────────────────────────────────────────────
10:40:08 PM: "build.command" failed
10:40:08 PM: ────────────────────────────────────────────────────────────────
10:40:08 PM: ​
10:40:08 PM: Error message
10:40:08 PM: Command failed with exit code 255: hugo
10:40:08 PM: ​
10:40:08 PM: Error location
10:40:08 PM: In Build command from Netlify app:
10:40:08 PM: hugo
10:40:08 PM: ​
10:40:08 PM: Resolved config

Add badge for theme Eureka

Is your feature request related to a problem? Please describe.

Add a badge for theme Eureka to README.md.

Describe the solution you'd like

I generate a badge here: https://img.shields.io/badge/Theme-Eureka-%23de8800

The badge color is from the picture in the vintage widget in the Eureka theme.

Additional context

Badge example:

Theme is Eureka

Code:

[![Theme is Eureka](https://img.shields.io/badge/Theme-Eureka-%23de8800)](https://github.com/wangchucheng/hugo-eureka)

Support for Remark42

Is your feature request related to a problem? Please describe.

There is no support for self-hosted comment systems.

Describe the solution you'd like

I suggest to add support for Remark42 (https://github.com/umputun/remark42). This is cool system written in Go with tons of features (as Hugo btw).

网站icon使用外链图片报错

params.toml中第17行

icon = "images/icon.png"

这里如果使用外链图片,如

icon = "https://raw.githubusercontent.com/joey66666/ImgHost/main/avatar/z.png"

会报如下错误
image

Missing archetype for experiences widget

Describe the bug

There is a missing archetype for experiences widget. I'll fix this when I can. Just documenting it now.
New widgets should have the archetype made so new widgets can be generated automatically with the archetype template.

To Reproduce

  1. On root folder of the website with hugo theme installed
  2. Enter the following command in terminal
hugo new -k widgets/experiences test/test_experiences.md
  1. The new file does not show the configuration used for experiences

Expected behavior

A template for the experiences widget be made with the experiences widget configuration parameters.

Screenshots
N/A

Environment

  • Hugo Version: [e.g. v0.80.0]
  • Eureka Version: [e.g. v0.5.0]

Additional context

I'll add a blank archetype soon and PR it. Just adding this before I forget.

Can not display space in author name

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Does this issue reproduce with the latest release?

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Environment

  • Hugo Version: [e.g. v0.80.0]
  • Eureka Version: [e.g. v0.5.0]

Additional context

Add any other context about the problem here.

关于中文语言设置下「文章」标题显示的问题

你好,我将博客语言改成中文 zh 之后,其他地方都为中文,但是只有此处为 Posts。
image

尝试在 i18n/zh.toml 找了一下也没有可以设置的地方,请问在哪可以改成中文哦?
image

看作者的网站在「简体中文」版本下是正常显示「文章」的。
image

The blank line after the first paragraph cannot be rendered correctly

Hi. I find sth strange but I don't know whether it is caused by the setting problem or it's a bug.

If the first paragraph of the content had no header, then the blank line after this paragraph will not be rendered correctly, which means that:

  • if the second paragraph also had no header, then these two paragraphs will stick to each other without a blank line between them
  • if the element after the blank line is ---, then the horizontal line will be close to the first paragraph than the content after it

For example, if the source code of the markdown is

aaa

bbb

it will be rendered as

aaa
bbb

instead of

aaa

bbb

I hope that I describe the problem clearly :)

Katex行间公式长度

在写比较长的行间公式时,采用移动设备时,会出现公式长度超出边界的情况

比如这样
image

Will Mathjax or Katex will supported in future?

Privately speaking, this is the most beautiful Hugo theme I have seen.

My content will contains a lot of mathematical formulas, will Mathjax or Katex be supported by Eureka in future? :)

Cannot find module 'postcss'

目前的版本,按照 readme 安装之后,运营时会提示 :

Error: Cannot find module 'postcss'

手工运行 npm install postcss 后能解决。

BTW,依赖 npm 的话, hugo 就没办法独立运行了,感觉不够方便啊。

Gallery/Slideshow to show all images for post in fullscreen

Is your feature request related to a problem? Please describe.

Images can not be clicked or viewed in fullscreen mode.

Describe the solution you'd like
It would be a great feature to make them clickable and swipe to all images for one post.

关于 toc 的两个小建议

v.11 版消除了对 npm 的依赖,👍。越来越接近我想要的效果了

关于 toc ,我提供两个小建议。

  1. v.11 版,本地测试存在如下问题:不管是否在 config 文件增加 toc = true ,页面都不显示目录;只有在具体的 post 里面加入toc =true 。建议将相关的配置放到 config.toml 里面

  2. 我的 hugo 的一个作用是用来转载法律全文,因此会存在多级、多行的 toc 。目前的 toc 没有自动缩叠功能,会导致页面右侧完全被 toc 占满,且鼠标滚动还无法滚动 toc。 例如, 如果使用本模板, 专利法就很难点击到第四十条;如遇到 民法典 这种目录行数更多的,则更难了。

Heading level 2 not working

Could you please check why Heading 2 is not working? Thank you.

In _index.md I have:

+++
title = ...
description = ...
date = ...
series = ...
categories = ...
draft = false
collapsible = true
+++

...

## Header 2
....

Preview works, but the commit fails with pipeline error:

Error: Error building site: failed to render pages: render of "section" failed: execute of template failed: template: products/list.html:2:3: executing "main" at <partial "doc_layout.html" .>: error calling partial: "/builds/.../layouts/partials/doc_layout.html:44:23": execute of template failed: template: partials/doc_layout.html:44:23: executing "partials/doc_layout.html" at <partial "doc_toc.html" .>: error calling partial: partial "doc_toc.html" not found

Removing/replacing footer text

This feels like a dumb question, but I can't figure out how to remove the "Write anything you like here!" text in the footer. I don't see anything that would control that element of the page in the homepage folder or any of the yaml files.

You can see it hanging out at the bottom of the page here: https://pa20bm.github.io/HugoSite/

On a similar note, in the process of getting Eureka installed and working, I somehow managed to get "Cvs" at the top of this page – https://pa20bm.github.io/HugoSite/cv/ – when obviously I'd like it to just say "My C.V.," but I can no longer find any config files that control that text or even include the "cvs" text in them when I run a search on all of the files on my computer.

Any help would be greatly appreciated.

按照教程配置无法完成安装

你好,
我按照教程进行安装,报错。

我的步骤:

  1. 初始化项目:
hugo new site quickstart

cd quickstart

git init .

# 按照教程走
git submodule add https://github.com/wangchucheng/hugo-eureka.git themes/eureka

cp -r themes/eureka/exampleSite/config .

rm config.toml

# 配置后,运行

hugo server

报错:

image

向 Google Search Console 添加网址前缀时,无法通过 Google Analytics(分析)的方式验证所有权

目的

希望 Google 收录我的博客

环境

Hugo v0.78.1
Eureka v0.1.3

博客配置过程

  1. 按照教程的 入门 章节通过 Hugo Modules 安装了 Eureka 主题
  2. 按照教程的 内容管理 章节添加了 两篇中文文章
  3. 按照教程的 定制Eureka多语言模式 章节启用了多语言模式
  4. 按照教程的 定制Eureka 章节在 config/_default/config.toml 中填入了我自己的 Google Analytics 代码(衡量 ID)
  5. 将站点原始文件存入私有仓库 A,将每次的 commit 通过 Hugo to GH Pages 生成静态网站部署到私有仓库 xuchunqiu/xuchunqiu.github.io

Google Search Console 提交过程

  1. 进入其 欢迎页面,提交网址前缀 https://xuchunqiu.github.io 或是 https://xuchunqiu.github.io/zh/
  2. 弹出验证所有权的对话框,可选的验证方式如下:
    image
  3. 点开 Google Analytics 项,其要求如下:
    image
  4. 在我的首页上使用 Chrome 的 DevTools 检查,发现上述条件1不满足,条件2、3满足:
    image与你的博客相同:
    image
  5. 点击验证按钮,等待片刻后,出现所有权验证失败的提示:image

我想请教

我注意到在 Google 中是可以检索出”技术公馆“的,同时 Chrome 扩展 Tag Assistant (by Google) 显示我俩的 Result of Tag Analysis 并不相同:
image
image
所以想请问,为了以 Google Analytics(分析)的方式通过 Google Search Console 的所有权验证,我还要对哪些地方进行配置呢?还是说我只能以其它方式(如 HTML 标记)进行所有权验证?

Support for pangu

https://github.com/vinta/pangu.js

A plugin to automatically insert whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols).

It would be great if you take it into consideration.

Youtube Video

Would you please add a feature of inserting video like featuredImage?

Thank you very much.

主页配置问题/功能建议

你好,
感谢开发这么简洁漂亮的模板。关于主页配置/功能建议,有几个问题想要请教/交流:

  1. 菜单栏能否添加分类(category)或者标签(tags)一栏?
    效果举例:
    https://themes.gohugo.io//theme/hugo-theme-meme/categories/
    https://hugoloveit.com/categories/
    https://themes.gohugo.io//theme/hugo-theme-meme/tags/
    https://hugoloveit.com/tags/

  2. 如何在日志中自动生成如下目录?需要在Configure.toml中配置还是要在post/_index.md中添加呢?具体怎么操作?
    以你的博文举例:https://www.wangchucheng.com/zh/posts/migration-from-nginx-to-envoy/

  3. 日志展示时能否仅显示摘要部分(而不是显示前XX字)?目前日志显示的是创作时间,阅读时长和分类,怎么添加其他属性呢(比如最后修改时间)?

  4. 我在archetypes/default.md设置了如下默认参数。
    使用hugo new post.md时会自动填充datelastmod为同一时间,如果我后续修改日志,如何自动更新lastmod

+++
title = "{{ replace .Name "-" " " | title }}"
date = "{{ .Date }}"
lastmod = "{{ .Date }}"
categories = [ ]
tags = [ ]
slug = ""
draft = false
+++
  1. 是否考虑支持Waline评论系统/Valine评论系统/utterances(基于 GitHub Issues 的评论系统)?
    Waline官网:https://waline.js.org/
    Valine官网:https://valine.js.org/index.html
    utterances: https://github.com/utterance/utterances
    别人写的静态博客系统比较:https://eallion.com/comments/

  2. 是否考虑添加搜索功能?

  3. 添加一个Github issue,以汇总使用该主题的用户及博客链接?

  4. 我自己对Hugo主题开发比较感兴趣,请问你是否有推荐的博客/教程?

谢谢解答!

主页配置

image

请问主页如何配置成你示例的样子,方便的话,加个wx请教下,感谢。 aoho2012

Theme not Rendering on Github

I was building a site using the Eureka Theme. It worked fine locally but when I pushed it to my Github repo, the theme was not rendering.

I checked my baseURL and it was correct. I tried using other themes and the page rendered.

Can you help me with identifying the issue?

Thank You!

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.