diff --git a/.gitignore b/.gitignore index fb7037ec1..615c2e240 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,5 @@ airtime_mvc/tests/log/*.log .idea/ /docs/_site/* /docs/.jekyll-cache/* -/docs/.gems/* \ No newline at end of file +/docs/.gems/* +Gemfile.lock \ No newline at end of file diff --git a/docs/404.md b/docs/404.md index 4a5320fc4..0be97108d 100644 --- a/docs/404.md +++ b/docs/404.md @@ -3,7 +3,7 @@ layout: 404 linkto: /search linktext: Search img: /img/car-radio-unsplash.jpg -photocredit: Photo by Frank Albrecht on Unsplash +photocredit: Top photo by Frank Albrecht on Unsplash --- # DEAD AIR diff --git a/docs/_docs/install.md b/docs/_docs/install.md index 952ca54a0..39a013229 100644 --- a/docs/_docs/install.md +++ b/docs/_docs/install.md @@ -64,7 +64,7 @@ sudo ufw allow 8001,8002/tcp > If needed, instructions for setting up a reverse proxy can be found [here](/docs/reverse-proxy). -### Installing LibreTime +## Installing LibreTime @@ -81,7 +81,7 @@ After the install is completed, head to the IP address of the server LibreTime w to complete the welcome wizard. While not strictly necessary, it is recommended that you change the passwords prompted in the welcome wizard if you intend on accessing the server from the Internet. The welcome wizard will walk you through the rest of the installation process. -### Services +## Services Once all of the services needed to run LibreTime are installed and configured, it is important that the server starts them during the boot process, to cut down on downtime, especially in live enviornments. @@ -99,7 +99,7 @@ sudo systemctl enable rabbitmq-server > If an error is returned, try adding `.service` to the end of each command. -### User Permissions +## User Permissions If you plan to have LibreTime output analog audio directly to a mixing console or transmitter, the `www-data` user needs to be added to the `audio` user group using the command below: diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 95ab98211..de67122b4 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -45,6 +45,9 @@

Code licensed under AGPLv3; docs licensed under GPLv2. More details here.

+ {% if page.photocredit %} +
{{page.photocredit}}
+ {% endif %}
diff --git a/docs/_layouts/404.html b/docs/_layouts/404.html index fab28952d..5d37208f5 100644 --- a/docs/_layouts/404.html +++ b/docs/_layouts/404.html @@ -25,6 +25,5 @@ layout: default {{ page.linktext }} -
{{page.photocredit}}
\ No newline at end of file diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index 093fc128d..723f8f2ba 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -25,9 +25,6 @@ layout: default {{ page.linktext }} -
-
-
{{page.photocredit}}
diff --git a/docs/css/creative.min.css b/docs/css/creative.min.css index bd83c6765..5a0bb4400 100755 --- a/docs/css/creative.min.css +++ b/docs/css/creative.min.css @@ -39,6 +39,10 @@ h1,h2,h3,h4,h5,h6{ font-family:'Open Sans','Helvetica Neue',Arial,sans-serif; } + h1,h2{ + margin-top: 30px; /* adding padding on top of lead headings */ + } + /* Correcting overscroll on TOC links */ :target{ padding-top: 57px; @@ -203,12 +207,6 @@ header.masthead p{font-weight:300} .btn-outline-full-width{border:1px solid #888;margin:5px;width:100%} -/* Photo Credit */ -.photo-credit { -position: relative; -bottom:0; -} - /* Blockquotes */ blockquote { border: 2px solid #f05f40; @@ -232,7 +230,7 @@ text-align: right; /* Code Blocks */ code { -color: #f05f40; +color: #212529; font-size: .9rem; } @@ -320,23 +318,6 @@ padding: 10px 20px; padding: 5px; } -/* Gradients */ -.gradient-dark { - background-color: #343a40; - background-image: -webkit-gradient(linear, left top, right top, from(#343a40), to(#000)); - background-image: -webkit-linear-gradient(left, #343a40, #000); - background-image: -o-linear-gradient(left, #343a40, #000); - background-image: linear-gradient(to right, #343a40, #000); -} - -.gradient-primary { - background-color: transparent; - background-image: -webkit-gradient(linear, left top, right top, from(#FF7657), to(#FF6745)); - background-image: -webkit-linear-gradient(left, #FF7657, #FF6745); - background-image: -o-linear-gradient(left, #FF7657, #FF6745); - background-image: linear-gradient(to right, #FF7657, #FF6745); -} - /*------------------------------------ List ------------------------------------*/ diff --git a/docs/index.md b/docs/index.md index 68dc2c7f1..d66fb93c3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,10 +4,10 @@ title: Home linkto: index#get-started linktext: Get Libretime img: /img/radio-unsplash.jpg -photocredit: Photo by Leo Wieling on Unsplash +photocredit: Top photo by Leo Wieling on Unsplash actions: - title: Stable Release - text: Throughly tested so you can rest(ed)? Install from our release snapshots on Github. + text: Thoroughly tested so you can relax? Install from our official releases on Github. linkto: https://github.com/LibreTime/libretime/releases linktext: Releases on Github - title: Rolling Commits