Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp committed May 31, 2020
1 parent 33e7f33 commit 778f194
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "2.4"
services:
site:
image: tprasadtp/mkdocs-material:5.0.0rc2
# its importatnt to specify dev address as 0.0.0.0 otherwise server
image: tprasadtp/mkdocs-material:latest
# it is important to specify dev address as 0.0.0.0 otherwise server
# wont listen on required interfaces.
runtime: ${DOCKER_DEFAULT_RUNTIME:-runc}
command: -v serve --dev-addr=0.0.0.0:8000
Expand Down
20 changes: 8 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# After-Effects

<small>An Effortless & Simple post-installation script for Ubuntu, Linux Mint and Debian </small>
An Effortless & Simple post-installation script for Ubuntu, Linux Mint, Elementary, Debian and their derivatives.


[![build][build-badge]][build-link]
Expand All @@ -9,19 +9,13 @@
[![netlify][netlify-badge]][netlify]
[![version][version]][changelog]
[![license][gpl-badge]][license]
[![Bash](https://static.prasadt.com/logo64/bash.png)](https://ae.prasadt.com)

![Bash](https://static.prasadt.com/logo64/bash.png)



## Why

This script is built for one purpose only. Automating Post Installation tasks on a Fresh Ubuntu/Debian Installation.

[![Bash](https://static.prasadt.com/logo64/bash.png)](https://ae.prasadt.com)


## How to
## How


## Step 1: Get the script and Verify its integrity
Expand Down Expand Up @@ -73,11 +67,13 @@ It should work fine. But no promises.
## Features

- Adding Repositories (Limited set of curated repositories only)
- Installing packages from system repositories
- Installing statically linked binaries
- Remove Preinstalled packages
- Install Python2/3 system packages. (Its highly recommended to use `virtualenv` for your projects, **ONLY** install pip packages which are absolutely essential.)
- Install PIP packages. (Its highly recommended to use `virtualenv` for your projects, **ONLY** install pip packages which are absolutely essential.)
- Add PPAs (Ubuntu & Ubuntu derivatives only)
- `deb` packages
- Classic, Edge and Stable snap packages.
- Debian [DEB] packages
- Snap packages

## Screenshots

Expand Down
9 changes: 5 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ copyright: 'Copyright &copy; 2017-2020 Prasad Tengse'
theme:
name: material
icon:
logo: material/cloud
logo: material/book
repo: fontawesome/brands/github-alt
features:
- tabs
Expand All @@ -28,12 +28,13 @@ theme:
language: en
# Color Settings
palette:
primary: blue
scheme: slate
primary: orange
accent: cyan
# Fonts
font:
text: Roboto
code: Roboto Mono
text: Ubuntu
code: Ubuntu Mono
# Custom Favicon
favicon: assets/images/favicon.png

Expand Down

0 comments on commit 778f194

Please sign in to comment.