A mirror of my website's source code.

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

Added a Codeberg Pages Pusher

by steve0greatness, Monday, 6 May 2024, 05:14:33 (1714972473), pushed by steve0greatness, Monday, 6 May 2024, 05:17:39 (1714972659)

Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>

86de542895018430aaef13f73fdd5ada9cbc91fd

Codeberg.ps1

@@ -0,0 +1,9 @@

                                
                                
                                
                            
                                
                                    
                                        
                                        python build.py cb-pages
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        git switch --orphan pages
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        ls | grep -v build | rm -r -f
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        mv build/* .
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        git add .
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        git commit -m "Pages Build & Deploy"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        git push codeberg pages
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        git branch -d pages
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        git checkout main