blog-engine
Here are 635 public repositories matching this topic...
Motivation
The instructions for OpenSuse are incomplete, for Leap 15.1 at least. The command
sudo zypper install -t pattern devel_ruby devel_C_C++
does not install ruby-devel (only ruby2.5-devel):
Contents :
S | Name
Rename palette.styl
Feature request
palette.style should be renamed since it's not only relevant to colors.
See config.styl.
反馈安全漏洞的朋友请阅读
请不要直接在 issues 提交安全漏洞报告,目前已有一部分人正在使用该系统,你的公开提交很可能影响到他们的资料安全。
所以拜托以后直接发送安全漏洞信息到 hi@halo.run 谢谢!
This is not documented anywhere and happens silently, even when using debug
Hi;
I hope it's a feature request and not a bug report
I try to apply design.background but at the item level
and the code won't let me add more than one [design.background]
this is work
widget = "slider"
weight = 11
[[item]]
title = "Left"
content = "I am left aligned :smile:"
[design.background]
gradient_start = "#0000F9"
gradient_end = "#86007D"
Assemble's highly modular nature makes it difficult to discover methods that are added via mixins or inheritance. For example, .use and .define are provided by Base and implicitely added through Templates.
It would be a huge help to have some basic, generated JSDocs that incorporate all of the default packages. JSDoc provides the @mixinand [`@mix
Documentation issue
Summary
The get_taxonomy() function documented here and implemented here isn't documented.
From the tests [here](https://github.com/getzola/zola/blob/1972e58823417
-
Updated
Feb 27, 2020 - PHP
As part of the change for version 0.9.0 there should be an update notice for people who stumble across Hyde and want to use it (or help) while 1.0.0 is being developed.
Things to mention:
- Lines of communication (slack?)
- Python support versions going forward
- Planned features
- How to get involved
Files to update:
- README.rst
- Docs site: https://github.com/hyde/docs/blob/master/c
Hello,
When you attempt to add an email to blocklist and it already exists in blocklist, you see not found page. But you should see error "an email you're adding already exists in blocklist". Or, just ignoring error and showing blocklist page might be ok.
How to reproduce:
- Add an email(say, `invalid@
In the documentation on the wyam website, and also in the Image module, there are references to SetJpegQuality, but this function was removed in Wyamio/Wyam@b9c8b6d#diff-32ea30b39bc5a67b2c9f6c3e331a6b69
Was this removed as a mistake, or in the course of some other refactor that did not get updated documentation?
Prerequisites
- Have you searched the issue tracker for similar issues (either past or present)?
- Can you reproduce the issue consistently?
- Are you reporting to the correct repository?
- Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
_I can but I don't have the time right now, I don't know when I'll be able
After a bit of digging I found #263. Should the fact that you can create an index.Rmd archetype but that it has to be called index.md be documented in the book?
My current folder structure.
archetypes
├── Rmd
│ └── index.md
└── md
└── index.md
-
Updated
Dec 21, 2019 - Go
Feature request
Maybe most people don't have this issue, but everytime I re/install frog, I hesitate as I look at the dependencies (the docs in particular have pretty heavy dependencies).
The following uninstalled packages are listed as dependencies of frog:
find-parent-dir
html-lib
markdown
rackjure
reprovide-lang
net-doc
racket-doc
scribble-doc
web-
-
Updated
May 11, 2020 - JavaScript
Here you can request what do you like to have in the documentation.
- API. How to embed a blog on the website via the API.
- API. Examples with PHP Curl.
- API. Examples with fetch. https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
Feel free to create a pull request with How To in the GitHub repository for documentation.
-
Updated
Oct 12, 2018 - PHP
npm install error : 依赖的包(ssh://github.com/surmon-china/mongoose-paginate.git)不存在
i@mingbai:~/node/nodepress$ npm install
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/surmon-china/mongoose-paginate.git
npm ERR!
npm ERR! Permission denied (publickey).
npm ERR! fatal: 无法读取远程仓库。
npm ERR!
npm ERR! 请确认您有正确的访问权限并且仓库存在。
npm ERR!
npm ERR! ex
-
Updated
Nov 13, 2019 - Python
-
Updated
Oct 22, 2017 - Ruby
-
Updated
Jan 22, 2019 - PHP
-
Updated
May 9, 2020 - Go
This isn't a code problem, but a tiny docs issue.
on https://middlemanapp.com/basics/blogging/ the instructions for activating the extension in an existing project are:
activate :blog do |blog|
# set options on blog
endUnfortunately, this doesn't work out of the box. This error is thrown:
NoMethodError at /blog/2012/01/01/example-article
undefined method `link' f
-
Updated
Apr 17, 2020 - Swift
-
Updated
Apr 30, 2020 - CSS
Please see reproduce steps:
step-1. current version
$ git log --oneline -p -1
601a49d Merge pull request #22 from dinever/admin_ui
step-2. Start dingo
go run main.go
step-3. Access and signup Dingo
step-4. Logout
step-5. Go to sign up page
It returns not found page. (Even from http://localhost:8000/login to push **SIGN
-
Updated
Jun 18, 2017 - Go
Improve this page
Add a description, image, and links to the blog-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the blog-engine topic, visit your repo's landing page and select "manage topics."

If you use a shortcode in a content file in order to embed a read time estimation for that content file within itself, the estimation always comes back as 0. This is probably because the parser hasn't finished converting the document by the time it gets to the read time estimation so it can't actually get an estimate for it. This is supported by the fact that, when embedding a read time estimation