Skip to content

Commit cc787b9

Browse files
committed
refactor: sep of pinned projects
1 parent 07cd289 commit cc787b9

22 files changed

+148
-107
lines changed

public/projects/bm.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
BM is a simple command-line bookmark manager for your shell. It stores bookmarks in a `store.toml` file within a `~/.bm` directory.
2-
---
3-
BM is a simple command-line bookmark manager for your shell. It stores bookmarks in a `store.toml` file within a `~/.bm` directory.
42

53
## Key Features:
64

public/projects/boxer.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Boxer is a tool that creates archive files based on instructions provided in a boxerfile. Uses CMake and Ninja for its build system.
2-
---
31
Boxer is a tool that creates archive files based on instructions provided in a `boxerfile`. It uses `CMake` and `Ninja` for its build system.
42

53
## Building:
@@ -37,4 +35,4 @@ Users should be cautious of leading `/` in archive filenames (when using `AS`).
3735
Example `boxerfile`s are located in the `test-files` directory. To run tests, execute:
3836
```bash
3937
build/boxer -f test-files/.boxerfile
40-
```
38+
```

public/projects/clipboard-concat.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
"Clipboard Concat" is a Firefox/WebExtension that allows users to concatenate copied links and selections into their clipboard.
2-
---
3-
"Clipboard Concat" is a Firefox/WebExtension that allows users to concatenate copied links and selections into their clipboard.
42

53
## Features:
64

public/projects/doku.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Doku.js is a terminal UI text/document viewer that supports a custom documentation syntax called `doky`.
2-
---
31
![Doku.js Image](../images/projects/doku-image.png)
42

53
Doku.js is a terminal UI text/document viewer that supports a custom documentation syntax called `doky`.

public/projects/fezcodex.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
This website... The app you are currently on. Personal website and blog, written in React.
2-
---
31
# Overview
42

53
[Development Series](/#/blog/series/react-of-fezcodex)

public/projects/firefox-themes.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
These are themes created for Firefox.
2-
---
3-
41
# Firefox Themes
52

63
Here are the links to the Firefox theme repositories:
@@ -11,4 +8,4 @@ Here are the links to the Firefox theme repositories:
118
* [Eucalyptus Bold Firefox](https://github.com/fezcode/Eucalyptus-Bold-Firefox)
129
* [Blue Charcoal Bold Firefox](https://github.com/fezcode/Blue-Charcoal-Bold-Firefox)
1310
* [Purple Bold Firefox Theme](https://github.com/fezcode/purple-bold-firefox-theme)
14-
* [Fall Beach Firefox](https://github.com/fezcode/Fall-Beach-Firefox)
11+
* [Fall Beach Firefox](https://github.com/fezcode/Fall-Beach-Firefox)

public/projects/go-homo-sapiens-time.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Go Homo Sapiens Time is a Go package that provides utilities for converting human-readable time strings to milliseconds and vice-versa. It's a Go port of the popular JavaScript library homo-sapiens-time.
2-
---
31
Go Homo Sapiens Time is a Go package that provides utilities for converting human-readable time strings to milliseconds and vice-versa. It's a Go port of the popular JavaScript library [homo-sapiens-time](https://github.com/fezcode/homo-sapiens-time).
42

53
## Installation
@@ -89,4 +87,4 @@ Adds a duration specified in a human-readable time string to the current time an
8987

9088
### `GetMSEquivalent(unitType string, count int) int`
9189

92-
A helper function that converts a given amount of a specific time unit to milliseconds.
90+
A helper function that converts a given amount of a specific time unit to milliseconds.

public/projects/go-piml.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
go-piml is a Go package that provides functionality to marshal and unmarshal data to and from the PIML format.
2-
---
31
# go-piml
42

53
**Spec version**: v1.1.0

public/projects/go-tournament-brackets.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Go Tournament Bracket Generator Lib is a simple and flexible Go library for creating and managing single-elimination tournament brackets. It also includes a fully interactive command-line application to run a tournament from start to finish.
2-
---
31
This is a simple and flexible Go library for creating and managing single-elimination tournament brackets. It also includes a fully interactive command-line application to run a tournament from start to finish.
42

53
## Key Components:

public/projects/open-tab-with-respect.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
"Open Tab With Respect" is a Firefox/WebExtension that allows users to open new tabs in specific positions relative to the current tab.
2-
---
3-
"Open Tab With Respect" is a Firefox/WebExtension that allows users to open new tabs in specific positions relative to the current tab.
42

53
## Features:
64

0 commit comments

Comments
 (0)