This project is a GitHub Pages website that displays the content of a log file in a terminal-like format with syntax highlighting. The website is designed to present the log file in a readable manner, mimicking the appearance of terminal output.
The project has the following structure:
vulnerablebydesign.github.io
├── assets
│ └── styles
│ └── terminal.css
├── index.html
├── README.md
└── .gitignore
-
index.html: The main HTML document for the website. It includes the structure of the webpage, links to stylesheets, and the content of the log file displayed in a terminal font with syntax highlighting.
-
assets/styles/terminal.css: This file contains the CSS styles for the terminal font and syntax highlighting. It defines the appearance of the text to make it look like terminal output.
-
README.md: This documentation file provides an overview of the project, its structure, and instructions for setup and deployment.
-
.gitignore: This file specifies files and directories that should be ignored by Git, ensuring that unnecessary files are not included in the repository.
-
Clone the Repository: Clone this repository to your local machine using the following command:
git clone https://github.com/yourusername/vulnerablebydesign.github.io.git -
Navigate to the Project Directory:
cd vulnerablebydesign.github.io -
Open the Project: Open the project in your preferred code editor.
-
Modify Content: If necessary, update the content in
index.htmlorterminal.cssto customize the appearance or content of the log file. -
Deploy to GitHub Pages:
- Push your changes to the
mainbranch of your GitHub repository. - Go to the repository settings on GitHub.
- Under the "Pages" section, select the
mainbranch as the source for GitHub Pages. - Your site will be published at
https://yourusername.github.io/vulnerablebydesign.github.io.
- Push your changes to the
This project is licensed under the MIT License - see the LICENSE file for details.