-
Gmeek 有没有 便于交流的 论坛或者 群
这周五,偶然的机会接触到Gmeek,看介绍里说,建一个站只要18s,2,3步就能搞定
兴趣使然,趁周末,实操了一把,果然不虚所言, github一键式初始化网站, 果真厉害!!!
然而,要把网站弄得花哨一点,得下不少的功夫,自定义风格,现有的各种插件等等,琢磨了2天,建好一个小站
通过大神的博文,以及自己的实操,留了3篇小结,作为备忘笔记…
-
### 1. 包含头文件 random
```cpp
#include
```
### 2. 创建一个随机数生成器对象
创建一个基于 Mersenne Twister 算法的随机数生成器
```cpp
mt19937 generator;
```
### 3. 创建一个均匀分布的随机数生成器
```cpp
uniform_int_distribution distribut…
-
# [Gmeek](https://github.com/Meekdai/Gmeek)
一个博客框架,超轻量级个人博客模板。完全基于`Github Pages` 、 `Github Issues` 和 `Github Actions`。不需要本地部署,从搭建到写作,只需要18秒,2步搭建好博客,第3步就是写作。
- [Demo页面](http://meekdai.github.io/)…
-
Github的语法里面有5中警报强调信息,分别是`NOTE` `TIP` `IMPORTANT` `WARNING` `CAUTION` 。在写文章的时候,适当使用可以提高文章的可读性,并且颜色也更加丰富。下面就简单描述一下使用方式,以及效果如何。
## 使用方式
```
> [!NOTE]
> Useful information that users should know, …
-
自动部署时,在"Generate new html"阶段出错,错误如下:
`Run cp -r ./* /opt/Gmeek/
{'Blog test': '#ED336B', 'bug': '#d73a4a', 'documentation': '#0075ca', 'duplicate': '#cfd3d7', 'enhancement': '#a2eeef', 'good first i…
-
参照
https://github.com/Meekdai/Gmeek
https://www.bilibili.com/video/BV1GM4m1m7ZD/?spm_id_from=333.337.search-card.all.click&vd_source=3c2dec1cc6abaa7ac54e0888e5d841f0
-
[Gmeek](https://github.com/Meekdai/Gmeek) 一个博客框架,超轻量级个人博客模板,完全基于`Github Pages` 、 `Github Issues` 和 `Github Actions`,可以称作`All in Github`。不需要本地部署,从搭建到写作,只需要18秒,2步搭建好博客,第3步就是写作。
[Gmeek快速上手](https://bl…
-
# 图床(bushi)
![1712999154598](https://github.com/moshui662/moshui662.github.io/assets/122365334/bb817358-fffd-4500-a3d5-53e8457c7723)
![4fa435601e14e267b660c74508923a7482139346](https://github.com/mo…
-
Used to work very well. However, github action fails as the following error message, any idea?
```
Run cp -r ./* /opt/Gmeek/
{'bug': '#d73a4a', 'duplicate': '#cfd3d7', 'enhancement': '#a2eeef', '…
-
报错:
```
Run GMEEK_VERSION=$(jq -r ".GMEEK_VERSION" config.json)
parse error: Invalid string: control characters from U+0000 through U+001F must be escaped at line 6, column 7
Error: Process comple…