You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Create a beautiful landing page for your package in less than 10 minutes
7
7
8
-
*[**Instructions + Example**](https://tlienart.github.io/PkgPage.jl) (this will also be your starting point)
8
+
*[**Instructions + Example**](https://juliadocs.org/PkgPage.jl) (this will also be your starting point)
9
9
***Authors**: Thibaut Lienart, Zlatan Vasović
10
10
***Contributors**: Ole Kröger
11
11
12
12
If that's your thing, here's a [screencast](https://www.youtube.com/watch?v=6kARuINUAMs) showing how to use PkgPage to create a landing page (ironically it's 20 minutes long but you can definitely skip a few parts)
Copy file name to clipboardExpand all lines: page/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
\begin{section}{title="About this Package", name="About"}
6
6
7
-
\lead{PkgPage.jl is based upon [Franklin.jl](https://github.com/tlienart/Franklin.jl) and makes it easy to create a beautiful landing page for a package in less than 10 minutes.}
7
+
\lead{PkgPage.jl is based upon [Franklin.jl](https://github.com/JuliaDocs/Franklin.jl) and makes it easy to create a beautiful landing page for a package in less than 10 minutes.}
8
8
9
9
PkgPage uses [Bootstrap 4.5](https://getbootstrap.com/docs/4.5/getting-started/introduction/) and is meant to be particularly easy to use with minimal need to tweak HTML or CSS to get a great-looking result.
10
10
With it you can:
@@ -14,7 +14,7 @@ With it you can:
14
14
* easily control the layout, colors, code theme etc from the config file,
15
15
* automatic insertion of new sections into the navbar,
16
16
* automatic purging of bootstrap css to remove unused rules,
17
-
* all the goodies from [Franklin.jl](https://github.com/tlienart/Franklin.jl):
17
+
* all the goodies from [Franklin.jl](https://github.com/JuliaDocs/Franklin.jl):
18
18
* live-rendering,
19
19
* support for [KaTeX](https://github.com/KaTeX/KaTeX) and [highlight.js](https://highlightjs.org/) and automatic pre-rendering,
20
20
* and [much more](https://franklinjl.org/).
@@ -265,15 +265,15 @@ If you would like to deploy the page with your own URL or using something else t
265
265
page/__site
266
266
```
267
267
268
-
as shown [here](https://github.com/tlienart/PkgPage.jl/blob/cce098535eb95c2c3ba919d605792abfee57710c/.gitignore#L3).
268
+
as shown [here](https://github.com/JuliaDocs/PkgPage.jl/blob/cce098535eb95c2c3ba919d605792abfee57710c/.gitignore#L3).
269
269
270
270
**GitAttributes**: in order for GitHub to ignore `page` folder it the language statistics for your repository, make sure to add a file `.gitattributes` with content
271
271
272
272
```
273
273
page/* linguist-vendored
274
274
```
275
275
276
-
like [this](https://github.com/tlienart/PkgPage.jl/blob/master/.gitattributes).
276
+
like [this](https://github.com/JuliaDocs/PkgPage.jl/blob/master/.gitattributes).
277
277
278
278
Now whenever you push changes to the `master` branch of your package, the build process will be triggered and your page updated and deployed.
0 commit comments