Unverified Commit 06508ad0 authored by Tachi's avatar Tachi

Fixed footer text and shell syntax highlighting

parent 2880807a
...@@ -15,7 +15,7 @@ Pistache is a web framework written in Modern C++ that focuses on performance an ...@@ -15,7 +15,7 @@ Pistache is a web framework written in Modern C++ that focuses on performance an
If you're on Ubuntu and want to skip the compilation process you can add the official PPA providing nightly builds: If you're on Ubuntu and want to skip the compilation process you can add the official PPA providing nightly builds:
```sh ```shell
sudo add-apt-repository ppa:pistache+team/unstable sudo add-apt-repository ppa:pistache+team/unstable
sudo apt update sudo apt update
sudo apt install libpistache-dev sudo apt install libpistache-dev
...@@ -23,7 +23,7 @@ sudo apt install libpistache-dev ...@@ -23,7 +23,7 @@ sudo apt install libpistache-dev
Otherwise, here's how to build and install the latest release: Otherwise, here's how to build and install the latest release:
```sh ```shell
git clone --recurse-submodules https://github.com/pistacheio/pistache.git git clone --recurse-submodules https://github.com/pistacheio/pistache.git
cd pistache cd pistache
mkdir build && cd build mkdir build && cd build
...@@ -92,7 +92,7 @@ int main() { ...@@ -92,7 +92,7 @@ int main() {
And that’s it, now you can fire up your favorite curl request and observe the final result: And that’s it, now you can fire up your favorite curl request and observe the final result:
```sh ```shell
curl http://localhost:9080/ curl http://localhost:9080/
Hello, World Hello, World
``` ```
......
...@@ -73,7 +73,7 @@ module.exports = { ...@@ -73,7 +73,7 @@ module.exports = {
], ],
}, },
], ],
copyright: `Copyright © ${new Date().getFullYear()} Pistache. Built by Tachi with <3 and Docusaurus.`, copyright: `Pistache, 2015 - ${new Date().getFullYear()}`,
}, },
}, },
presets: [ presets: [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment